Rachel1809 commited on
Commit
ed13968
1 Parent(s): 03d6caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def evaluate_comment(Comment):
15
 
16
  interface = gr.Interface(fn = evaluate_comment, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'), outputs = 'text')
17
 
18
- interface.launch(share=True)
 
15
 
16
  interface = gr.Interface(fn = evaluate_comment, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'), outputs = 'text')
17
 
18
+ interface.launch()