修复bug
Browse files
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()
|