jbprincipe1 commited on
Commit
3d05536
·
verified ·
1 Parent(s): bc42ba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -45,8 +45,6 @@ def ask_phi(image, question, max_length):
45
  response += output
46
 
47
  print(f"\nInference took {time.time() - start_time} seconds")
48
- print(response)
49
- print(type(response))
50
  return response
51
 
52
  # Gradio Interface
 
45
  response += output
46
 
47
  print(f"\nInference took {time.time() - start_time} seconds")
 
 
48
  return response
49
 
50
  # Gradio Interface