Spaces:
Runtime error
Runtime error
Commit
Β·
113ef27
1
Parent(s):
99ac86b
add flags
Browse files
app.py
CHANGED
@@ -33,6 +33,8 @@ demo = gr.Interface(
|
|
33 |
),
|
34 |
outputs=gr.outputs.Textbox(type="text", label="Output: Converted LaTeX code."),
|
35 |
examples=["./eqn1.png", "./eqn2.png", "./eqn3.png"],
|
|
|
|
|
36 |
)
|
37 |
|
38 |
demo.launch(enable_queue=True)
|
|
|
33 |
),
|
34 |
outputs=gr.outputs.Textbox(type="text", label="Output: Converted LaTeX code."),
|
35 |
examples=["./eqn1.png", "./eqn2.png", "./eqn3.png"],
|
36 |
+
allow_flagging="never",
|
37 |
+
analytics_enabled=False,
|
38 |
)
|
39 |
|
40 |
demo.launch(enable_queue=True)
|