ravi-vc commited on
Commit
9a02ee8
·
verified ·
1 Parent(s): c577e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  ) # Text input
43
  ],
44
  outputs="text",
45
- title="DePlot Chart Data Extractor 2",
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