Adityadn commited on
Commit
1aab738
·
verified ·
1 Parent(s): 87ad0e3

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
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
- def uiFunction():
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):