Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ demo = gr.Interface(fn=greet, title="cicero-semantic-search", inputs="text",
|
|
81 |
gr.components.Textbox(lines=3, label="Source"),
|
82 |
gr.components.Textbox(lines=3, label="Evaluation")])
|
83 |
|
84 |
-
demo.launch(share=True)
|
85 |
|
86 |
|
87 |
|
|
|
81 |
gr.components.Textbox(lines=3, label="Source"),
|
82 |
gr.components.Textbox(lines=3, label="Evaluation")])
|
83 |
|
84 |
+
demo.launch(share=True, debug=True)
|
85 |
|
86 |
|
87 |
|