WICKED4950 commited on
Commit
7f596b0
·
verified ·
1 Parent(s): 0f572c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()