Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Wootang01
/
text_generator_three
like
1
Configuration error
App
Files
Files
Community
Wootang01
commited on
Mar 31, 2023
Commit
61dd4fb
•
1 Parent(s):
90cb46d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
18
btn.click(complete_with_gpt, textbox, textbox)
19
20
-
demo.launch(
share="True"
)
17
18
btn.click(complete_with_gpt, textbox, textbox)
19
20
+
demo.launch()