Jyothirmai commited on
Commit
0557993
·
verified ·
1 Parent(s): 97fceae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ sample_images = [
72
  interface = gr.Interface(
73
  fn=predict,
74
  inputs = [image, model_choice, max_tokens, temperature],
75
- theme="gradio/monochrome"",
76
  outputs=caption,
77
  examples = sample_images,
78
  )
 
72
  interface = gr.Interface(
73
  fn=predict,
74
  inputs = [image, model_choice, max_tokens, temperature],
75
+ theme="gradio/monochrome",
76
  outputs=caption,
77
  examples = sample_images,
78
  )