Spaces:
Runtime error
Runtime error
Commit
·
4be744b
1
Parent(s):
022601f
remove "share" setting
Browse files
app.py
CHANGED
|
@@ -77,4 +77,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 77 |
submit = gr.Button("Submit")
|
| 78 |
submit.click(fn=ask_a_question, inputs=[answer, taskid, history_log], outputs=[conversation, history_log])
|
| 79 |
|
| 80 |
-
demo.launch(
|
|
|
|
| 77 |
submit = gr.Button("Submit")
|
| 78 |
submit.click(fn=ask_a_question, inputs=[answer, taskid, history_log], outputs=[conversation, history_log])
|
| 79 |
|
| 80 |
+
demo.launch()
|