Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,5 @@ def predict(user_input):
|
|
33 |
iface = gr.Interface(fn=predict,
|
34 |
inputs="text",
|
35 |
outputs="text",
|
36 |
-
title="Iris")
|
37 |
-
print("Deploying")
|
38 |
iface.launch()
|
|
|
33 |
iface = gr.Interface(fn=predict,
|
34 |
inputs="text",
|
35 |
outputs="text",
|
36 |
+
title="Iris (Good with mental health related topic!)")
|
|
|
37 |
iface.launch()
|