Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MisterAI/GenDoc_04
MisterAI
/
GenDoc_05
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MisterAI
commited on
Feb 9
Commit
f3d1e8d
·
verified
·
1 Parent(s):
20fca4e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -171,4 +171,4 @@ with gr.Blocks(theme="gstaff/xkcd") as interface:
171
# Lance l'interface
172
173
if __name__ == "__main__":
174
-
demo.launch()
171
# Lance l'interface
172
173
if __name__ == "__main__":
174
+
demo.launch(
share=True
)