Spaces:
Runtime error
Runtime error
sampe image
Browse files- app.py +1 -1
- trump-fake.jpeg +0 -0
app.py
CHANGED
|
@@ -93,5 +93,5 @@ def greet(name):
|
|
| 93 |
iface = gr.Interface(fn=greet,
|
| 94 |
inputs=gr.Image(type="pil"),
|
| 95 |
outputs=gr.Label(num_top_classes=3),
|
| 96 |
-
examples=["
|
| 97 |
iface.launch()
|
|
|
|
| 93 |
iface = gr.Interface(fn=greet,
|
| 94 |
inputs=gr.Image(type="pil"),
|
| 95 |
outputs=gr.Label(num_top_classes=3),
|
| 96 |
+
examples=["trunp-fake.jpeg"])
|
| 97 |
iface.launch()
|
trump-fake.jpeg
ADDED
|