Spaces:
Runtime error
Runtime error
Create app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,4 @@ def generate_answers(query):
|
|
16 |
return prediction
|
17 |
|
18 |
iface = gr.Interface(fn=generate_answers, inputs=[gr.inputs.Textbox(lines=30)],outputs=["query"])
|
19 |
-
iface.launch(inline=False, share=True)
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
16 |
return prediction
|
17 |
|
18 |
iface = gr.Interface(fn=generate_answers, inputs=[gr.inputs.Textbox(lines=30)],outputs=["query"])
|
19 |
+
iface.launch(inline=False, share=True)
|
|
|
|
|
|