Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,8 @@ chat_interface = gr.Interface(
|
|
100 |
["How many hours does it take a man to eat a helicopter?"],
|
101 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
102 |
],
|
103 |
-
theme="
|
104 |
live=True,
|
105 |
-
capture_session=True,
|
106 |
)
|
107 |
|
108 |
-
chat_interface.launch()
|
|
|
100 |
["How many hours does it take a man to eat a helicopter?"],
|
101 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
102 |
],
|
103 |
+
theme="default",
|
104 |
live=True,
|
|
|
105 |
)
|
106 |
|
107 |
+
chat_interface.launch()
|