Spaces:
Runtime error
Runtime error
Update webui.py
Browse files
webui.py
CHANGED
|
@@ -96,7 +96,7 @@ shared.gradio_root = gr.Blocks(
|
|
| 96 |
css=modules.html.css).queue()
|
| 97 |
|
| 98 |
uiFunction = shared.gradio_root
|
| 99 |
-
|
| 100 |
currentTask = gr.State(worker.AsyncTask(args=[]))
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column(scale=2):
|
|
|
|
| 96 |
css=modules.html.css).queue()
|
| 97 |
|
| 98 |
uiFunction = shared.gradio_root
|
| 99 |
+
uiFunction:
|
| 100 |
currentTask = gr.State(worker.AsyncTask(args=[]))
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column(scale=2):
|