Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 203 |
Click the [link](https://magicquill.art) to view our demo and tutorial.
|
| 204 |
""")
|
| 205 |
with gr.Row(elem_classes="row"):
|
| 206 |
-
ms = MagicQuill()
|
| 207 |
with gr.Row(elem_classes="row"):
|
| 208 |
with gr.Column():
|
| 209 |
btn = gr.Button("Run", variant="primary")
|
|
|
|
| 203 |
Click the [link](https://magicquill.art) to view our demo and tutorial.
|
| 204 |
""")
|
| 205 |
with gr.Row(elem_classes="row"):
|
| 206 |
+
ms = MagicQuill(theme="light")
|
| 207 |
with gr.Row(elem_classes="row"):
|
| 208 |
with gr.Column():
|
| 209 |
btn = gr.Button("Run", variant="primary")
|