Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ def greet(image):
|
|
67 |
|
68 |
image = gr.inputs.Image(label="Upload a photo for classify", shape=(32,32))
|
69 |
iface = gr.Interface(fn=greet_backdoor, inputs=image, outputs="text")
|
70 |
-
iface.launch(
|
|
|
67 |
|
68 |
image = gr.inputs.Image(label="Upload a photo for classify", shape=(32,32))
|
69 |
iface = gr.Interface(fn=greet_backdoor, inputs=image, outputs="text")
|
70 |
+
iface.launch()
|