CristianLazoQuispe commited on
Commit
ce2b3b8
·
1 Parent(s): 0a9cf85
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,5 +168,5 @@ with gr.Blocks() as demo:
168
 
169
  btn_f.click(fn=generate_flow_intermediates, inputs=label_f, outputs=outs_f+flow_vel_imgs)
170
 
171
- #demo.launch()
172
- demo.launch(share=False, server_port=9070)
 
168
 
169
  btn_f.click(fn=generate_flow_intermediates, inputs=label_f, outputs=outs_f+flow_vel_imgs)
170
 
171
+ demo.launch()
172
+ #demo.launch(share=False, server_port=9070)