Csplk commited on
Commit
9188a89
ยท
verified ยท
1 Parent(s): c7beb65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def answer_questions(image_tuples, prompt_text):
45
  Q_and_A += f"**{image_name} A:** \n {answer_text} \n"
46
 
47
  result = {'headers': prompts, 'data': answers}
48
- print("result\n{}\n\nQ_and_A\n{}\n\n".format(result, Q_and_A))
49
  return Q_and_A, result
50
 
51
  with gr.Blocks() as demo:
 
45
  Q_and_A += f"**{image_name} A:** \n {answer_text} \n"
46
 
47
  result = {'headers': prompts, 'data': answers}
48
+ #print("result\n{}\n\nQ_and_A\n{}\n\n".format(result, Q_and_A))
49
  return Q_and_A, result
50
 
51
  with gr.Blocks() as demo: