Spaces:
Runtime error
Runtime error
removed share when deploy
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ def question_answering(question, context):
|
|
22 |
interface = gr.Interface(fn=question_answering, inputs=[gr.inputs.Textbox("question"), gr.inputs.Textbox("context")], outputs=["text"])
|
23 |
|
24 |
# Launch the gradio interface
|
25 |
-
interface.launch(
|
|
|
22 |
interface = gr.Interface(fn=question_answering, inputs=[gr.inputs.Textbox("question"), gr.inputs.Textbox("context")], outputs=["text"])
|
23 |
|
24 |
# Launch the gradio interface
|
25 |
+
interface.launch()
|