Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
build-small-hackathon
/
TestForge
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
perceptron01
commited on
22 days ago
Commit
5991ed8
·
verified
·
1 Parent(s):
35b61dc
Upload 3 files
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -146,4 +146,5 @@ if __name__ == "__main__":
146
demo.launch(
147
show_error=True,
148
css=CSS,
149
)
146
demo.launch(
147
show_error=True,
148
css=CSS,
149
+
ssr_mode=False,
150
)