merve HF staff commited on
Commit
509cbdf
1 Parent(s): 06c201a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ with gr.Blocks(css=css) as demo:
50
  input_img.change(infer, [input_img], [output_1, output_2, output_3])
51
 
52
 
53
- gr.launch(debug=True)
 
50
  input_img.change(infer, [input_img], [output_1, output_2, output_3])
51
 
52
 
53
+ demo.launch(debug=True)