Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|