Spaces:
Sleeping
Sleeping
Hanqi Xiao
commited on
Commit
·
072e47c
1
Parent(s):
822402a
renamed main to app 2
Browse files
app.py
CHANGED
@@ -16,6 +16,6 @@ enable_queue = True
|
|
16 |
interpretation= 'default'
|
17 |
examples = ['licensed-image.jpeg']
|
18 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3),
|
19 |
-
description=description, title=title, article=article,
|
20 |
examples=examples, interpretation=interpretation
|
21 |
-
).launch(share=
|
|
|
16 |
interpretation= 'default'
|
17 |
examples = ['licensed-image.jpeg']
|
18 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3),
|
19 |
+
description=description, title=title, article=article,
|
20 |
examples=examples, interpretation=interpretation
|
21 |
+
).launch(share=False)
|