Spaces:
Runtime error
Runtime error
N.Achyuth Reddy
commited on
Commit
·
a4026c3
1
Parent(s):
20aba70
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ customCSS = """
|
|
| 88 |
}
|
| 89 |
"""
|
| 90 |
|
| 91 |
-
with gr.Blocks(theme="
|
| 92 |
gr.ChatInterface(
|
| 93 |
generate,
|
| 94 |
additional_inputs=additional_inputs,
|
|
|
|
| 88 |
}
|
| 89 |
"""
|
| 90 |
|
| 91 |
+
with gr.Blocks(theme="TogetherAI/Alex2") as demo:
|
| 92 |
gr.ChatInterface(
|
| 93 |
generate,
|
| 94 |
additional_inputs=additional_inputs,
|