ravi-vc commited on
Commit
5af7ed0
·
verified ·
1 Parent(s): 1714f2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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