Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
|
| 45 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
| 46 |
|
| 47 |
#examples = [['35-Favorite-Games.jpg']]
|
| 48 |
-
examples = [f"{i}.jpg" for i in range(1,
|
| 49 |
|
| 50 |
interface = gr.Interface(
|
| 51 |
fn=predict,
|
|
|
|
| 45 |
output = gr.outputs.Textbox(type="auto",label="Captions")
|
| 46 |
|
| 47 |
#examples = [['35-Favorite-Games.jpg']]
|
| 48 |
+
examples = [f"{i}.jpg" for i in range(1,20)]
|
| 49 |
|
| 50 |
interface = gr.Interface(
|
| 51 |
fn=predict,
|