Reality123b commited on
Commit
ecea00f
·
verified ·
1 Parent(s): edb1f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -751,7 +751,8 @@ iface = gr.Interface(
751
  ["Analyze the environmental and social impacts of lithium mining for electric vehicle batteries."],
752
  ["How has artificial intelligence influenced medical diagnostics in the past five years, and what are the ethical considerations?"]
753
  ],
754
- theme="default", # gr.themes.Base() is more explicit, but "default" also works
 
755
  css=custom_css,
756
  flagging_mode='never',
757
  analytics_enabled=False,
 
751
  ["Analyze the environmental and social impacts of lithium mining for electric vehicle batteries."],
752
  ["How has artificial intelligence influenced medical diagnostics in the past five years, and what are the ethical considerations?"]
753
  ],
754
+ theme="default",
755
+ cache_examples=False, # Add this line # gr.themes.Base() is more explicit, but "default" also works
756
  css=custom_css,
757
  flagging_mode='never',
758
  analytics_enabled=False,