Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ with my_app:
|
|
64 |
img_output = gr.Image(label="Image Output")
|
65 |
source_image_loader.click(process_input_image,[img_source],[output_label,img_output])
|
66 |
|
67 |
-
my_app.launch(debug=True
|
|
|
64 |
img_output = gr.Image(label="Image Output")
|
65 |
source_image_loader.click(process_input_image,[img_source],[output_label,img_output])
|
66 |
|
67 |
+
my_app.launch(debug=True)
|