Spaces:
Runtime error
Runtime error
Commit
Β·
99ac86b
1
Parent(s):
3e6a613
add files
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ demo = gr.Interface(
|
|
29 |
description=description,
|
30 |
article=article,
|
31 |
inputs=gr.inputs.Image(
|
32 |
-
type="
|
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"],
|