el-filatova commited on
Commit
8d8212a
·
verified ·
1 Parent(s): 844a9b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def predict(text):
27
  return output
28
 
29
  iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="The feedback received was generally constructive with some areas for improvement highlighted.")], outputs="text")
30
- iface.launch()
31
 
32
 
33
 
 
27
  return output
28
 
29
  iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="The feedback received was generally constructive with some areas for improvement highlighted.")], outputs="text")
30
+ iface.launch(share=True)
31
 
32
 
33