Spaces:
Sleeping
Sleeping
Commit
·
9093489
1
Parent(s):
4d13de1
Update app.py
Browse files
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)
|