Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
C2MV
/
Biotech2
like
1
Running
on
Zero
App
Files
Files
Community
ac2323a
Biotech2
/
app.py
C2MV
Update app.py
900b475
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
152 Bytes
# app.py
from
UI
import
create_interface
def
main
():
demo = create_interface()
demo.launch(share=
True
)
if
__name__ ==
"__main__"
:
main()