hsienchen commited on
Commit
5786d40
1 Parent(s): 8045570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -73,8 +73,5 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
73
  chatbot
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()
 
73
  chatbot
74
  )
75
  gr.Markdown("## Examples")
 
 
 
76
  app.queue()
77
  app.launch()