Jyothirmai commited on
Commit
c2d4124
·
verified ·
1 Parent(s): 4efeadd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ interface = gr.Interface(
67
  inputs = [image, model_choice, max_tokens, temperature],
68
  theme="gradio/monochrome",
69
  outputs=caption,
70
- examples = examples,
71
  )
72
 
73
  interface.launch(debug=True)
 
67
  inputs = [image, model_choice, max_tokens, temperature],
68
  theme="gradio/monochrome",
69
  outputs=caption,
70
+ examples = examples
71
  )
72
 
73
  interface.launch(debug=True)