Update app.py
Browse files
app.py
CHANGED
|
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
|
|
| 37 |
qa_btn = gr.Button("Ask question")
|
| 38 |
qa_btn.click(fn=answer_question, inputs=[question,api_key], outputs=[answer])
|
| 39 |
|
| 40 |
-
demo.launch(
|
|
|
|
| 37 |
qa_btn = gr.Button("Ask question")
|
| 38 |
qa_btn.click(fn=answer_question, inputs=[question,api_key], outputs=[answer])
|
| 39 |
|
| 40 |
+
demo.launch()
|