Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JesusGallegoPT
/
macros_evolution_space
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Maximofn
commited on
Jan 10
Commit
0f4e197
·
1 Parent(s):
4c794db
feat(SRC): :rocket: Make app private
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -401,5 +401,5 @@ with gr.Blocks() as demo:
401
proteina_descanso, carbs_descanso, grasas_descanso]
402
)
403
404
-
demo.launch(
share=True
)
405
401
proteina_descanso, carbs_descanso, grasas_descanso]
402
)
403
404
+
demo.launch()
405