Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ image=gr.inputs.Image(shape=(192,192))
|
|
8 |
label=gr.outputs.Label()
|
9 |
examples=('white people','black people')
|
10 |
demo = gr.Interface(fn=func_classi, inputs="image", outputs="label")
|
11 |
-
demo.launch(inline=False
|
|
|
8 |
label=gr.outputs.Label()
|
9 |
examples=('white people','black people')
|
10 |
demo = gr.Interface(fn=func_classi, inputs="image", outputs="label")
|
11 |
+
demo.launch(inline=False)
|