Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Neurazum
/
Vbai-DPA-2.3-and-Tbai-1.0-TR
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eyupipler
commited on
Aug 4
Commit
35caa77
·
verified
·
1 Parent(s):
6dae2b5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,4 @@ demo = gr.Interface(
121
)
122
123
if __name__ == "__main__":
124
-
demo.launch()
121
)
122
123
if __name__ == "__main__":
124
+
demo.launch(
ssr_mode=False
)