Spaces:
Runtime error
Runtime error
Commit
·
53f45f3
1
Parent(s):
2f5fe22
Update app.py
Browse files
app.py
CHANGED
@@ -187,4 +187,4 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
|
|
187 |
''')
|
188 |
gr.Markdown("")
|
189 |
|
190 |
-
demo.launch(debug = True)
|
|
|
187 |
''')
|
188 |
gr.Markdown("")
|
189 |
|
190 |
+
demo.launch(debug = True, server_port=8080)
|