pgurazada1 commited on
Commit
ff0e15b
·
verified ·
1 Parent(s): a880814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def predict(image):
74
  demo = gr.Interface(
75
  fn=predict,
76
  inputs=gr.Image(type="filepath", label="Upload your image"),
77
- outputs=gr.Text(label="Verdict"),
78
  title="Plot Explainer",
79
  description="This web API presents an interface to explain plots in detail.",
80
  examples='images',
 
74
  demo = gr.Interface(
75
  fn=predict,
76
  inputs=gr.Image(type="filepath", label="Upload your image"),
77
+ outputs=gr.Text(label="Explanation"),
78
  title="Plot Explainer",
79
  description="This web API presents an interface to explain plots in detail.",
80
  examples='images',