chris-iturri commited on
Commit
ae895b5
·
1 Parent(s): 0c95be3

Turn on debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ def sentiment_fn(sentences):
8
 
9
  demo = gr.Interface(fn=sentiment_fn, inputs="textbox", outputs="textbox")
10
 
11
- demo.launch(share=True)
 
8
 
9
  demo = gr.Interface(fn=sentiment_fn, inputs="textbox", outputs="textbox")
10
 
11
+ demo.launch(share=True, debug=True)