Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DereAbdulhameed
/
clinify-demo-Yoruba
like
0
Sleeping
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
DereAbdulhameed
commited on
Mar 26, 2024
Commit
1884fcf
·
verified
·
1 Parent(s):
58bff4d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/DereAbdulhameed/updated_cli_2").launch()
1
import gradio as gr
2
3
+
gr.load("models/DereAbdulhameed/updated_cli_2").launch(
share=True
)