hsienchen commited on
Commit
8045570
1 Parent(s): a866b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -74,10 +74,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
74
  )
75
  gr.Markdown("## Examples")
76
  gr.Examples(
77
- [["what is in the image", "Vision classification"], ["Alternative title", "Vision completion-understanding"],["How many birds", "ViT Completion"]],
78
-
79
- combine,
80
- cache_examples=True,
81
  )
82
  app.queue()
83
  app.launch()
 
74
  )
75
  gr.Markdown("## Examples")
76
  gr.Examples(
77
+ [["what is in the image", "Vision classification"], ["Alternative title", "Vision completion-understanding"],["How many birds", "ViT Completion"]]
 
 
 
78
  )
79
  app.queue()
80
  app.launch()