Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dorn4449
/
T5-model
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
T5-model
/
Main.py
Dorn4449
Create Main.py
9c15df8
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
streamlit
as
st
from
app.py
import
run_app
def
main
():
run_app()
if
__name__ ==
'__main__'
:
main()