Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ iface = gr.Interface(
|
|
26 |
fn=infer,
|
27 |
inputs=gr.inputs.Image(type="pil"),
|
28 |
outputs=gr.outputs.Image(type="pil", label="predicted"),
|
29 |
-
title=
|
30 |
-
description=description,
|
31 |
examples=examples,
|
32 |
enable_queue=True)
|
33 |
iface.launch(debug=True)
|
|
|
26 |
fn=infer,
|
27 |
inputs=gr.inputs.Image(type="pil"),
|
28 |
outputs=gr.outputs.Image(type="pil", label="predicted"),
|
29 |
+
title="",
|
30 |
+
description="description",
|
31 |
examples=examples,
|
32 |
enable_queue=True)
|
33 |
iface.launch(debug=True)
|