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
d4886c4
·
1 Parent(s):
1010313
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
)
38
39
-
demo.launch(inline=False
, share=True
)
36
examples=[["1,2,3,4,5,6,7,8,9"]]
37
)
38
39
+
demo.launch(inline=False)