Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ML610/replit-3b-ggml_models
Ramesh-vani
/
replit-3b-ggml_models
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
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
)