Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
| 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',
|