Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmartinezot
/
line_models_sampling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jmartinezot
commited on
Mar 15, 2023
Commit
2d1c539
·
1 Parent(s):
46dfa53
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,7 +117,7 @@ interface = gr.Interface(
117
)
118
119
# Launch the interface
120
-
interface.launch(
share=True
)
121
122
123
117
)
118
119
# Launch the interface
120
+
interface.launch()
121
122
123