Sean-Laurent commited on
Commit
f88f6dc
·
1 Parent(s): d07aad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ with gr.Blocks() as demo:
23
  image1 = gr.Image()
24
  image2 = gr.Image()
25
  image3 = gr.Image()
26
-
27
- submit.click(generator, inputs=[prompt], outputs=[image1, image2, image3], api_name="mmd")
28
 
29
  # demo = gr.Interface(fn=generator, inputs="text", outputs="image")
30
  demo.launch()
 
23
  image1 = gr.Image()
24
  image2 = gr.Image()
25
  image3 = gr.Image()
26
+ submit.click(generator, inputs=[prompt], outputs=[image1, image2, image3], api_name="mmd")
 
27
 
28
  # demo = gr.Interface(fn=generator, inputs="text", outputs="image")
29
  demo.launch()