Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ additional_inputs = [
|
|
51 |
|
52 |
# Apply the Soft theme
|
53 |
|
54 |
-
with gr.Blocks(theme=gr.themes.Soft()) as demo
|
55 |
|
56 |
gr.ChatInterface(
|
57 |
fn=generate,
|
|
|
51 |
|
52 |
# Apply the Soft theme
|
53 |
|
54 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
55 |
|
56 |
gr.ChatInterface(
|
57 |
fn=generate,
|