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
main
Biotech2
/
app.py
C2MV
Update app.py
2c5d78f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
# app.py
from
UI
import
create_interface
def
main
():
demo = create_interface()
demo.launch()
if
__name__ ==
"__main__"
:
main()