Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HashScripts
/
Shorts
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e75f6c7
Shorts
/
app.py
HashScripts
Update app.py
e75f6c7
verified
about 1 year ago
raw
Copy download link
history
blame
Wrap lines
211 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
True
)
app.launch()
# Launch the Gradio interface
# After launching, generate a share link
share_link = app.share()
print
(
"Share Link:"
, share_link)