Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
feliponi
/
stock
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
feliponi
commited on
Jan 31
Commit
d4bb596
·
1 Parent(s):
484392d
Ajustes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -241,4 +241,4 @@ demo = gr.TabbedInterface(
241
242
if __name__ == "__main__":
243
#demo.launch(share=True)
244
-
demo.launch()
241
242
if __name__ == "__main__":
243
#demo.launch(share=True)
244
+
demo.launch(
ssr=False, share=True
)