Spaces:
Sleeping
Sleeping
Gainward777
commited on
Update ui/gradio_ui.py
Browse files- ui/gradio_ui.py +4 -4
ui/gradio_ui.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
-
import spaces
|
3 |
-
from sd.sd_controller import Controller
|
4 |
|
5 |
-
def ui():
|
6 |
-
controller=Controller()
|
7 |
with gr.Blocks() as ui:
|
8 |
with gr.Row():
|
9 |
with gr.Column():
|
|
|
1 |
import gradio as gr
|
2 |
+
#import spaces
|
3 |
+
#from sd.sd_controller import Controller
|
4 |
|
5 |
+
def ui(controller):
|
6 |
+
#controller=Controller()
|
7 |
with gr.Blocks() as ui:
|
8 |
with gr.Row():
|
9 |
with gr.Column():
|