Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mhammad
/
Khanfar
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mhammad
commited on
20 days ago
Commit
c8daac4
·
verified
·
1 Parent(s):
0e1d04e
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -223,4 +223,4 @@ iface = gr.Interface(
223
)
224
225
if __name__ == "__main__":
226
-
iface.launch()
223
)
224
225
if __name__ == "__main__":
226
+
iface.launch(
ssr=False
)