Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ with gr.Blocks() as demo:
|
|
70 |
question_btn = gr.Button("送出問題")
|
71 |
question_btn.click(ask_question, inputs=question_input, outputs=answer_output)
|
72 |
|
73 |
-
demo.launch(
|
|
|
70 |
question_btn = gr.Button("送出問題")
|
71 |
question_btn.click(ask_question, inputs=question_input, outputs=answer_output)
|
72 |
|
73 |
+
demo.launch()
|