Update app.py
Browse files
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'],
|