Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -95,10 +95,9 @@ def stream_chat(
|
|
95 |
|
96 |
print(f'response: {buffer}')
|
97 |
|
98 |
-
with gr.Blocks(theme="
|
99 |
gr.HTML(TITLE)
|
100 |
gr.HTML(SUB_TITLE)
|
101 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
102 |
|
103 |
chat_interface = gr.ChatInterface(
|
104 |
fn=stream_chat,
|
|
|
95 |
|
96 |
print(f'response: {buffer}')
|
97 |
|
98 |
+
with gr.Blocks(theme="JohnSmith9982/small_and_pretty") as demo:
|
99 |
gr.HTML(TITLE)
|
100 |
gr.HTML(SUB_TITLE)
|
|
|
101 |
|
102 |
chat_interface = gr.ChatInterface(
|
103 |
fn=stream_chat,
|