Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muhammadfiaz
/
GemGPT
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GemGPT
/
launch.py
muhammad-fiaz
initial commit
dde4d03
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
import
sys
from
webui
import
app
if
"--share"
in
sys.argv:
app.launch(share=
True
)
else
:
app.launch()