Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gbssreejith
/
custom_gpt2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gbssreejith
commited on
Jul 2, 2024
Commit
02dd737
·
verified
·
1 Parent(s):
c81d764
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -481,4 +481,4 @@ with gr.Blocks() as demo:
481
outputs=output_text
482
)
483
484
-
demo.launch()
481
outputs=output_text
482
)
483
484
+
demo.launch(
share=True,debug=True
)