Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ iface = gr.Interface(
|
|
| 42 |
) # Text input
|
| 43 |
],
|
| 44 |
outputs="text",
|
| 45 |
-
title="DePlot Chart Data Extractor
|
| 46 |
description="Upload a chart image and get its extracted data/description."
|
| 47 |
)
|
| 48 |
|
|
|
|
| 42 |
) # Text input
|
| 43 |
],
|
| 44 |
outputs="text",
|
| 45 |
+
title="DePlot Chart Data Extractor 1",
|
| 46 |
description="Upload a chart image and get its extracted data/description."
|
| 47 |
)
|
| 48 |
|