Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ iface = gr.Interface(fn=process_image,
|
|
29 |
inputs=[gr.inputs.Image(type="pil")],
|
30 |
outputs=[gr.outputs.Textbox()],
|
31 |
title=title,
|
32 |
-
description=description,
|
33 |
-
examples=glob.glob('figs/test/*.png'))
|
34 |
iface.launch(enable_queue=True)
|
|
|
29 |
inputs=[gr.inputs.Image(type="pil")],
|
30 |
outputs=[gr.outputs.Textbox()],
|
31 |
title=title,
|
32 |
+
description=description,)
|
33 |
+
#examples=glob.glob('figs/test/*.png'))
|
34 |
iface.launch(enable_queue=True)
|