Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rubend18
/
entropy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rubend18
commited on
Feb 22, 2023
Commit
70a8635
·
1 Parent(s):
7073b6f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ demo = gr.Interface(
36
examples=[["1,2,3,4,5,6,7,8,9"]]
37
).launch(inline=False)
38
39
-
demo.launch()
36
examples=[["1,2,3,4,5,6,7,8,9"]]
37
).launch(inline=False)
38
39
+
demo.launch(
share=True, inline=False
)