Spaces:
Runtime error
Runtime error
Commit
·
2bbc8b4
1
Parent(s):
e5433de
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ customCSS = """
|
|
| 96 |
}
|
| 97 |
"""
|
| 98 |
|
| 99 |
-
with gr.Blocks(theme='
|
| 100 |
gr.ChatInterface(
|
| 101 |
generate,
|
| 102 |
additional_inputs=additional_inputs,
|
|
|
|
| 96 |
}
|
| 97 |
"""
|
| 98 |
|
| 99 |
+
with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
| 100 |
gr.ChatInterface(
|
| 101 |
generate,
|
| 102 |
additional_inputs=additional_inputs,
|