Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brichett
/
tsgpt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
280ee80
tsgpt
/
app.py
brichett
Update app.py
2dc3529
verified
12 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
from
src.gradio_server
import
iface_combined
# Launch the Gradio interface defined in gradio_server.py
if
__name__ ==
"__main__"
:
iface_combined.launch(server_name=
"0.0.0.0"
, server_port=
7861
)