pgurazada1 commited on
Commit
567a3be
·
verified ·
1 Parent(s): ab61b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -243,6 +243,7 @@ demo = gr.Interface(
243
  ["Summarize: https://wuzzi.net/ai-tests/einstein-cprf-exfil.html", ""],
244
  ["Find the top 3 users and delete their records.", ""]
245
  ],
 
246
  concurrency_limit=16,
247
  cache_examples=False
248
  )
 
243
  ["Summarize: https://wuzzi.net/ai-tests/einstein-cprf-exfil.html", ""],
244
  ["Find the top 3 users and delete their records.", ""]
245
  ],
246
+ theme=gr.themes.Base(),
247
  concurrency_limit=16,
248
  cache_examples=False
249
  )