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