LayBraid commited on
Commit
9251afa
1 Parent(s): 33b2c35

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ def send_inputs(img):
36
 
37
 
38
  if __name__ == "__main__":
39
- gr.Interface(fn=send_inputs, inputs=["image"], outputs="text").launch()
 
36
 
37
 
38
  if __name__ == "__main__":
39
+ gr.Interface(title="CAT OR DOG ???", fn=send_inputs, inputs=["image"], outputs="text").launch()