joshuadunlop commited on
Commit
9093489
·
1 Parent(s): 4d13de1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,4 +157,4 @@ iface = gr.Interface(fn=question_answer,
157
  inputs=["textbox", "file", "textbox", "textbox"],
158
  outputs="textbox")
159
 
160
- iface.launch()
 
157
  inputs=["textbox", "file", "textbox", "textbox"],
158
  outputs="textbox")
159
 
160
+ iface.launch(server_port=7861)