Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ML610/replit-3b-ggml_models
crystal99
/
replit-3b-ggml_models
like
1
Sleeping
App
Files
Files
Community
ML610
commited on
Aug 5, 2023
Commit
e6fddae
•
1 Parent(s):
147c094
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,4 +84,4 @@ UI = gr.Interface(
84
examples=examples
85
)
86
87
-
UI.launch()
84
examples=examples
85
)
86
87
+
UI.launch(
share=False
)