Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/ApplyDesign/V1
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ with gr.Blocks() as app:
|
|
69 |
|
70 |
gr.Button("Upscale").click(upscale, inputs=gr.Image(type="pil"), outputs=gr.Image())
|
71 |
|
72 |
-
app.launch(debug=True)
|
|
|
69 |
|
70 |
gr.Button("Upscale").click(upscale, inputs=gr.Image(type="pil"), outputs=gr.Image())
|
71 |
|
72 |
+
app.launch(debug=True)
|