pgurazada1
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ demo = gr.Interface(
|
|
113 |
["What is the pricing for GPT 3.5 Turbo?"]
|
114 |
],
|
115 |
cache_examples=False,
|
|
|
116 |
concurrency_limit=16
|
117 |
)
|
118 |
|
|
|
113 |
["What is the pricing for GPT 3.5 Turbo?"]
|
114 |
],
|
115 |
cache_examples=False,
|
116 |
+
theme=gr.themes.Base(),
|
117 |
concurrency_limit=16
|
118 |
)
|
119 |
|