Spaces:
Sleeping
Sleeping
Moritz Langer
commited on
Commit
•
0e683f9
1
Parent(s):
fff7e29
change
Browse files
app.py
CHANGED
@@ -241,4 +241,4 @@ def classify_image(img):
|
|
241 |
image = gr.inputs.Image(shape=(192,192))
|
242 |
label = gr.outputs.Label()
|
243 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label)
|
244 |
-
intf.launch(
|
|
|
241 |
image = gr.inputs.Image(shape=(192,192))
|
242 |
label = gr.outputs.Label()
|
243 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label)
|
244 |
+
intf.launch()
|