pablovela5620 commited on
Commit
d0d785c
·
verified ·
1 Parent(s): a51ea5d

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 = "*"