ahmadmac commited on
Commit
77a5e5b
·
verified ·
1 Parent(s): 307cc82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()