WQW commited on
Commit
f4fd332
1 Parent(s): 2536c7b
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,4 +46,5 @@ with gr.Blocks() as demo:
46
  #text_button.click(flip_text, inputs=text_input, outputs=text_output)
47
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
48
 
49
- demo.launch(share=True)
 
 
46
  #text_button.click(flip_text, inputs=text_input, outputs=text_output)
47
  image_button.click(flip_image, inputs=image_input, outputs=image_output)
48
 
49
+ #demo.launch(share=True)
50
+ demo.launch()