Edward110 commited on
Commit
1df0d79
·
1 Parent(s): 6429486
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ demo = gr.Interface(
16
  fn=predict,
17
  inputs=gr.Image(type="pil"),
18
  outputs="text",
19
- title="Image validation",
20
  description="Upload an image and get the model's text prediction."
21
  )
22
 
 
16
  fn=predict,
17
  inputs=gr.Image(type="pil"),
18
  outputs="text",
19
+ title="Homa image validation",
20
  description="Upload an image and get the model's text prediction."
21
  )
22