Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
fn=predict,
|
35 |
inputs='text',
|
36 |
outputs='text',
|
37 |
-
examples=[[""
|
38 |
)
|
39 |
|
40 |
iface.launch()
|
|
|
34 |
fn=predict,
|
35 |
inputs='text',
|
36 |
outputs='text',
|
37 |
+
examples=[["Time-TravelRephotography"]]
|
38 |
)
|
39 |
|
40 |
iface.launch()
|