Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Bisher/khateeb
Bisher
/
khateeb_standalone
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bisher
commited on
Apr 20
Commit
370cc4e
·
verified
·
1 Parent(s):
e69f273
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -183,4 +183,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
183
184
# Launch
185
if __name__ == "__main__":
186
-
app.launch(debug=True)
183
184
# Launch
185
if __name__ == "__main__":
186
+
app.launch(debug=True
, share=True
)