waleko commited on
Commit
7bb8428
1 Parent(s): 1ea18f2

fix pix2tikz

Browse files
Files changed (1) hide show
  1. webui.py +4 -5
webui.py CHANGED
@@ -209,11 +209,10 @@ def build_ui(model=list(models)[0], lock=False, rasterize=False, force_light=Fal
209
  result_image = gr.Image(label=label, show_label=False, show_share_button=rasterize)
210
  clear_btn.add([tikz_code, result_image])
211
  gr.Examples(examples=[
212
- ["https://waleko.github.io/data/image.jpg",
213
- "https://waleko.github.io/data/image2.jpg",
214
- "https://waleko.github.io/data/image3.jpg"
215
- "https://waleko.github.io/data/image4.jpg",
216
- ]
217
  ], inputs=[image])
218
 
219
  events = list()
 
209
  result_image = gr.Image(label=label, show_label=False, show_share_button=rasterize)
210
  clear_btn.add([tikz_code, result_image])
211
  gr.Examples(examples=[
212
+ ["https://waleko.github.io/data/image.jpg"],
213
+ ["https://waleko.github.io/data/image2.jpg"],
214
+ ["https://waleko.github.io/data/image3.jpg"],
215
+ ["https://waleko.github.io/data/image4.jpg"],
 
216
  ], inputs=[image])
217
 
218
  events = list()