SunderAli17 commited on
Commit
f917714
·
verified ·
1 Parent(s): a437d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ function refresh() {
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,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
- demo.launch()
 
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()