Spaces:
Running
on
Zero
Running
on
Zero
pablovela5620
commited on
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
@@ -88,18 +88,21 @@ cmd = """
|
|
88 |
python tools/gradio_app.py
|
89 |
"""
|
90 |
description = "Runs Gradio frontend"
|
|
|
91 |
|
92 |
[tool.pixi.tasks.dev-app]
|
93 |
cmd = """
|
94 |
gradio tools/gradio_app.py
|
95 |
"""
|
96 |
description = "Runs Gradio frontend for hotreload"
|
|
|
97 |
|
98 |
[tool.pixi.feature.spaces.tasks.app]
|
99 |
cmd = """
|
100 |
python gradio_app.py
|
101 |
"""
|
102 |
description = "Runs Gradio frontend in huggingface spaces"
|
|
|
103 |
|
104 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
105 |
spaces = "*"
|
|
|
88 |
python tools/gradio_app.py
|
89 |
"""
|
90 |
description = "Runs Gradio frontend"
|
91 |
+
depends_on = ["post-install"]
|
92 |
|
93 |
[tool.pixi.tasks.dev-app]
|
94 |
cmd = """
|
95 |
gradio tools/gradio_app.py
|
96 |
"""
|
97 |
description = "Runs Gradio frontend for hotreload"
|
98 |
+
depends_on = ["post-install"]
|
99 |
|
100 |
[tool.pixi.feature.spaces.tasks.app]
|
101 |
cmd = """
|
102 |
python gradio_app.py
|
103 |
"""
|
104 |
description = "Runs Gradio frontend in huggingface spaces"
|
105 |
+
depends_on = ["post-install"]
|
106 |
|
107 |
[tool.pixi.feature.spaces.pypi-dependencies]
|
108 |
spaces = "*"
|