Spaces:
Runtime error
Runtime error
Commit ·
1f87a4f
1
Parent(s): 53f45f3
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, server_port=
|
|
|
|
| 187 |
''')
|
| 188 |
gr.Markdown("")
|
| 189 |
|
| 190 |
+
demo.launch(debug = True, server_port=7860)
|