Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wiydarrr/sHORTgpt
ar08
/
sHORTgpt
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ar08
commited on
Jul 29, 2024
Commit
2269524
·
verified
·
1 Parent(s):
81955b3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
from gui.gui_gradio import ShortGptUI
2
3
app = ShortGptUI(colab=True)
4
-
app.launch()
1
from gui.gui_gradio import ShortGptUI
2
3
app = ShortGptUI(colab=True)
4
+
app.launch(
port=7860
)