Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ def custom_predict(context, question):
|
|
41 |
|
42 |
demo = gr.Interface(fn=custom_predict, inputs=["text", "text"], outputs=[gr.Textbox(label="answer"), gr.Label(label="score")], title=title, description=description, examples=examples)
|
43 |
|
44 |
-
demo.launch(
|
|
|
41 |
|
42 |
demo = gr.Interface(fn=custom_predict, inputs=["text", "text"], outputs=[gr.Textbox(label="answer"), gr.Label(label="score")], title=title, description=description, examples=examples)
|
43 |
|
44 |
+
demo.launch()
|