Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
| 32 |
fn=extract_chart_data,
|
| 33 |
inputs=gr.Image(type="pil"),
|
| 34 |
outputs="text",
|
| 35 |
-
title="DePlot Chart Data Extractor",
|
| 36 |
description="Upload a chart image and get its extracted data/description."
|
| 37 |
)
|
| 38 |
|
|
|
|
| 32 |
fn=extract_chart_data,
|
| 33 |
inputs=gr.Image(type="pil"),
|
| 34 |
outputs="text",
|
| 35 |
+
title="DePlot Chart Data Extractor 2",
|
| 36 |
description="Upload a chart image and get its extracted data/description."
|
| 37 |
)
|
| 38 |
|