Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
2f9b80a
1
Parent(s):
e2b31e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ customCSS = """
|
|
| 88 |
}
|
| 89 |
"""
|
| 90 |
|
| 91 |
-
with gr.Blocks(theme=gr.themes.Soft("darkdefault")
|
| 92 |
gr.ChatInterface(
|
| 93 |
generate,
|
| 94 |
additional_inputs=additional_inputs,
|
|
|
|
| 88 |
}
|
| 89 |
"""
|
| 90 |
|
| 91 |
+
with gr.Blocks(theme=gr.themes.Soft("darkdefault")) as demo:
|
| 92 |
gr.ChatInterface(
|
| 93 |
generate,
|
| 94 |
additional_inputs=additional_inputs,
|