ManishThota commited on
Commit
4537acb
1 Parent(s): 7db5813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def gradio_predict(image, question, max_tokens):
42
  answer = predict_answer(image, question, max_tokens)
43
  return answer
44
 
 
45
  examples = [["data/week_01_page_024.png", 'Can you explain the slide?'],
46
  ["data/week_03_page_091.png", 'Can you explain the slide?'],
47
  ["data/week_01_page_062.png", 'Are the training images labeled?'],
 
42
  answer = predict_answer(image, question, max_tokens)
43
  return answer
44
 
45
+
46
  examples = [["data/week_01_page_024.png", 'Can you explain the slide?'],
47
  ["data/week_03_page_091.png", 'Can you explain the slide?'],
48
  ["data/week_01_page_062.png", 'Are the training images labeled?'],