Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks(theme="monochrome") as demo:
|
|
38 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
39 |
|
40 |
if __name__ == "__main__":
|
41 |
-
demo.launch(
|
|
|
38 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
39 |
|
40 |
if __name__ == "__main__":
|
41 |
+
demo.launch()
|