Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ArkenB
/
akwel_performance
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ArkenB
commited on
May 16, 2025
Commit
1c44d17
·
verified
·
1 Parent(s):
1d07ddf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -198,4 +198,4 @@ if __name__ == "__main__":
198
setup_directories()
199
200
# Launch the app
201
-
demo.launch()
198
setup_directories()
199
200
# Launch the app
201
+
demo.launch(
ssr_mode=False
)