Robinhood135 commited on
Commit
edfbc7f
·
verified ·
1 Parent(s): b96f5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -271,8 +271,8 @@ if __name__ == "__main__":
271
  description="Upload a chest X-ray image to generate a radiology finding in English and automatically translate it to Hindi.",
272
  # allow_flagging="never",
273
  examples=examples,
274
- # cache_examples=False
275
- cache_examples=True
276
  )
277
 
278
  print("\nStarting Gradio interface...")
 
271
  description="Upload a chest X-ray image to generate a radiology finding in English and automatically translate it to Hindi.",
272
  # allow_flagging="never",
273
  examples=examples,
274
+ cache_examples=False
275
+ # cache_examples=True
276
  )
277
 
278
  print("\nStarting Gradio interface...")