Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pmelnechuk
/
QAMath
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pmelnechuk
commited on
Feb 27
Commit
a28046d
·
verified
·
1 Parent(s):
6315b5d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ if __name__=="__main__":
70
description="Interfaz simple de chatbot con Gradio."
71
)
72
73
-
iface.launch()
70
description="Interfaz simple de chatbot con Gradio."
71
)
72
73
+
iface.launch(
share=True
)