Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
openadmet
/
OpenADMET-ExpansionRx-Challenge
like
34
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Maria Castellanos
commited on
Sep 19
Commit
476fe11
·
1 Parent(s):
9a648fa
Fix scrolling 3.2
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -384,4 +384,4 @@ def gradio_interface():
384
return demo
385
386
if __name__ == "__main__":
387
-
gradio_interface().launch(ssr_mode=
True
)
384
return demo
385
386
if __name__ == "__main__":
387
+
gradio_interface().launch(ssr_mode=
False
)