taesiri commited on
Commit
bb03e66
1 Parent(s): 52a0fa8

fix startup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ iface = gr.Interface(
74
  outputs=gr.Image(type="pil", label="Latex Output", show_label=False),
75
  )
76
 
77
- iface.launch(debug=True, share=True)
 
74
  outputs=gr.Image(type="pil", label="Latex Output", show_label=False),
75
  )
76
 
77
+ iface.launch()