sahanes commited on
Commit
76a8d17
·
verified ·
1 Parent(s): 0ee211c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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