Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexandrainst
/
zero-shot-classification
like
5
Running
App
Files
Files
Community
saattrupdan
commited on
1 day ago
Commit
ef7d703
•
1 Parent(s):
a4e344c
chore: Disable ssr_mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -198,7 +198,7 @@ def main():
198
)
199
200
# Run the app
201
-
demo.launch(width=.5)
202
203
204
@torch.compile()
198
)
199
200
# Run the app
201
+
demo.launch(width=.5
, ssr_mode=False
)
202
203
204
@torch.compile()