Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,9 +134,6 @@ vc = VC(config)
|
|
| 134 |
|
| 135 |
import gradio as gr
|
| 136 |
|
| 137 |
-
with gr.Blocks(js=js_func) as demo:
|
| 138 |
-
demo.launch()
|
| 139 |
-
|
| 140 |
if config.dml == True:
|
| 141 |
|
| 142 |
def forward_dml(ctx, x, scale):
|
|
|
|
| 134 |
|
| 135 |
import gradio as gr
|
| 136 |
|
|
|
|
|
|
|
|
|
|
| 137 |
if config.dml == True:
|
| 138 |
|
| 139 |
def forward_dml(ctx, x, scale):
|