Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|