art-manuh commited on
Commit
bef2658
·
verified ·
1 Parent(s): 65f2355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ outputs = gr.Textbox()
34
  interface = gr.Interface(fn=score_comment, inputs=inputs, outputs=outputs)
35
 
36
  # Launch the interface
37
- interface.launch(debug=True, share=True)
 
34
  interface = gr.Interface(fn=score_comment, inputs=inputs, outputs=outputs)
35
 
36
  # Launch the interface
37
+ interface.launch(share=True)