Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lachine
/
GPT-2-test
like
0
Sleeping
App
Files
Files
Community
lachine
commited on
Apr 22, 2023
Commit
10989f4
•
1 Parent(s):
e7186cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ interface = gr.Interface(fn=generate_text,
40
interface.layout = 'vertical'
41
42
# Run the interface
43
-
interface.launch(
share=True
)
40
interface.layout = 'vertical'
41
42
# Run the interface
43
+
interface.launch()