what is going on
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ with gr.Blocks() as demo:
|
|
43 |
image_button.click(upscale_image, inputs=image_input, outputs=image_output)
|
44 |
|
45 |
if __name__ == "__main__":
|
46 |
-
demo.launch(
|
|
|
43 |
image_button.click(upscale_image, inputs=image_input, outputs=image_output)
|
44 |
|
45 |
if __name__ == "__main__":
|
46 |
+
demo.launch()
|