bipin commited on
Commit
207c00c
1 Parent(s): 476d8cb

bug fix in the app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], [['gangster.jpg', 'action']]],
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()