Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChatterjeeLab
/
zero_shot_mutation_prediction
like
1
Sleeping
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
()