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:
ChatterjeeLab
/
zero_shot_mutation_prediction
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kseniia-Kholina
commited on
Aug 6, 2024
Commit
406e1bc
·
verified
·
1 Parent(s):
25d7145
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -143,5 +143,4 @@ demo = gr.Interface(
143
],
144
)
145
if __name__ == "__main__":
146
-
with suppress_output
()
:
147
-
demo.launch(show_error=False, debug=False)
143
],
144
)
145
if __name__ == "__main__":
146
+
demo.launch
()