Spaces:
Runtime error
Runtime error
luisotorres
commited on
Commit
•
10a01ce
1
Parent(s):
98103aa
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ def predict(input_image):
|
|
39 |
except Exception as e:
|
40 |
return str(e)
|
41 |
|
42 |
-
examples = [
|
43 |
-
|
44 |
|
45 |
# Creating Gradio interface
|
46 |
iface = gr.Interface(
|
|
|
39 |
except Exception as e:
|
40 |
return str(e)
|
41 |
|
42 |
+
examples = ["dog.jpg",
|
43 |
+
"cat.jpg"]
|
44 |
|
45 |
# Creating Gradio interface
|
46 |
iface = gr.Interface(
|