Update app.py
Browse files
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 |
-
|
| 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...")
|