Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,5 +61,5 @@ def answer(query):
|
|
| 61 |
# demo1.launch(debug=True)
|
| 62 |
#gr.Interface.from_pipeline(pipe).launch()
|
| 63 |
|
| 64 |
-
Demo = gr.Interface(fn=answer,inputs='text',outputs='text', title=title, examples=examples)
|
| 65 |
Demo.launch()
|
|
|
|
| 61 |
# demo1.launch(debug=True)
|
| 62 |
#gr.Interface.from_pipeline(pipe).launch()
|
| 63 |
|
| 64 |
+
Demo = gr.Interface(fn=answer,inputs='text',outputs='text', title=title, description=description, examples=examples)
|
| 65 |
Demo.launch()
|