Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anilbhatt1
/
GPT-Passage-Generator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anilbhatt1
commited on
Dec 8, 2023
Commit
e27163e
·
1 Parent(s):
43dd287
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -195,4 +195,4 @@ demo = gr.Interface(fn=gradio_fn,
195
(a) given text context (b) for given character length")
196
197
198
-
demo.launch(
share=True
)
195
(a) given text context (b) for given character length")
196
197
198
+
demo.launch()