LeeRuben commited on
Commit
51b512a
·
1 Parent(s): 387b271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -266,8 +266,6 @@ def sepia(input_img):
266
  fig = draw_plot(pred_img, seg)
267
  return fig
268
 
269
- gr.load("huggingface/google/vit-base-patch16-224",).launch()
270
-
271
  demo = gr.Interface(fn=sepia,
272
  inputs=gr.Image(shape=(400, 600)),
273
  outputs=['plot'],
 
266
  fig = draw_plot(pred_img, seg)
267
  return fig
268
 
 
 
269
  demo = gr.Interface(fn=sepia,
270
  inputs=gr.Image(shape=(400, 600)),
271
  outputs=['plot'],