Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ function refresh() {
|
|
82 |
"""
|
83 |
|
84 |
|
85 |
-
with gr.Blocks(title="ToonMagev2", js = js_func, theme = theme
|
86 |
gr.Markdown(_MARKDOWN_)
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
@@ -205,4 +205,4 @@ with gr.Blocks(title="ToonMagev2", js = js_func, theme = theme") as SAK:
|
|
205 |
submit.click(fn=run, inputs=inps, outputs=[output, intermediate_output])
|
206 |
|
207 |
|
208 |
-
|
|
|
82 |
"""
|
83 |
|
84 |
|
85 |
+
with gr.Blocks(title="ToonMagev2", js = js_func, theme = theme) as SAK:
|
86 |
gr.Markdown(_MARKDOWN_)
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
|
|
205 |
submit.click(fn=run, inputs=inps, outputs=[output, intermediate_output])
|
206 |
|
207 |
|
208 |
+
SAK.launch()
|