Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmadmac
/
Pretrain-GPT2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahmadmac
commited on
Aug 2, 2024
Commit
77a5e5b
·
verified
·
1 Parent(s):
307cc82
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
description="Enter a prompt to generate text using GPT-2"
20
)
21
22
-
iface.launch(
server_port=7861
)
19
description="Enter a prompt to generate text using GPT-2"
20
)
21
22
+
iface.launch()