hasibzunair commited on
Commit
99ac86b
Β·
1 Parent(s): 3e6a613
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ demo = gr.Interface(
29
  description=description,
30
  article=article,
31
  inputs=gr.inputs.Image(
32
- type="pil", label="Input: Image of your equation you want to covert."
33
  ),
34
  outputs=gr.outputs.Textbox(type="text", label="Output: Converted LaTeX code."),
35
  examples=["./eqn1.png", "./eqn2.png", "./eqn3.png"],
 
29
  description=description,
30
  article=article,
31
  inputs=gr.inputs.Image(
32
+ type="filepath", label="Input: Image of your equation you want to covert."
33
  ),
34
  outputs=gr.outputs.Textbox(type="text", label="Output: Converted LaTeX code."),
35
  examples=["./eqn1.png", "./eqn2.png", "./eqn3.png"],