Stardragon2099 commited on
Commit
7ff9e80
·
1 Parent(s): 345e5f6

ported to chatgpt api

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ def gradio_interface(image, prompt):
255
  image = image.convert("RGB")
256
 
257
  answer = predict(image, question)
258
- answer = post_processing(answer, question)
259
  return answer
260
 
261
  def post_processing(decoded_output, question):
 
255
  image = image.convert("RGB")
256
 
257
  answer = predict(image, question)
258
+ # answer = post_processing(answer, question)
259
  return answer
260
 
261
  def post_processing(decoded_output, question):