Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ examples = [
|
|
43 |
]
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
-
|
47 |
fn=ask_openai,
|
48 |
inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
|
49 |
outputs=gr.Markdown(),
|
|
|
43 |
]
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
+
# theme="ParityError/Anime",
|
47 |
fn=ask_openai,
|
48 |
inputs=gr.Textbox(lines=5, placeholder="Hi there, I have a plant that's..."),
|
49 |
outputs=gr.Markdown(),
|