Spaces:
Runtime error
Runtime error
Commit
·
d2ef383
1
Parent(s):
c165076
Update interface options
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ demo = gradio.Interface(
|
|
| 34 |
fn=predict,
|
| 35 |
inputs=gradio.inputs.Image(shape=(512, 512)),
|
| 36 |
outputs=gradio.outputs.Label(num_top_classes=5),
|
|
|
|
| 37 |
)
|
| 38 |
|
| 39 |
launch_options = {
|
|
|
|
| 34 |
fn=predict,
|
| 35 |
inputs=gradio.inputs.Image(shape=(512, 512)),
|
| 36 |
outputs=gradio.outputs.Label(num_top_classes=5),
|
| 37 |
+
**interface_options,
|
| 38 |
)
|
| 39 |
|
| 40 |
launch_options = {
|