Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def predict(text):
|
|
28 |
return output
|
29 |
|
30 |
|
31 |
-
iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="
|
32 |
iface.launch()
|
33 |
|
34 |
|
|
|
28 |
return output
|
29 |
|
30 |
|
31 |
+
iface = gr.Interface(fn=predict, inputs=[gr.Textbox(value="The feedback received was generally constructive with some areas for improvement highlighted.")], outputs="text")
|
32 |
iface.launch()
|
33 |
|
34 |
|