Spaces:
Runtime error
Runtime error
bipin
commited on
Commit
•
207c00c
1
Parent(s):
476d8cb
bug fix in the app
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ if __name__ == "__main__":
|
|
44 |
),
|
45 |
],
|
46 |
outputs=gr.outputs.Textbox(label="Generated story"),
|
47 |
-
examples=[["car.jpg", "drama"], [
|
48 |
enable_queue=True,
|
49 |
)
|
50 |
interface.launch()
|
|
|
44 |
),
|
45 |
],
|
46 |
outputs=gr.outputs.Textbox(label="Generated story"),
|
47 |
+
examples=[["car.jpg", "drama"], ['gangster.jpg', 'action']],
|
48 |
enable_queue=True,
|
49 |
)
|
50 |
interface.launch()
|