Spaces:
Sleeping
Sleeping
Commit
·
00c9e6e
1
Parent(s):
1a9af2e
ופ1
Browse files
app.py
CHANGED
@@ -96,4 +96,6 @@ with gr.Blocks() as app:
|
|
96 |
with gr.Column():
|
97 |
gr.Button("Upscale").click(upscale, inputs=gr.Image(type="pil"), outputs=gr.Image())
|
98 |
|
99 |
-
app.launch(debug=True,share=True)
|
|
|
|
|
|
96 |
with gr.Column():
|
97 |
gr.Button("Upscale").click(upscale, inputs=gr.Image(type="pil"), outputs=gr.Image())
|
98 |
|
99 |
+
app.launch(debug=True,share=True)
|
100 |
+
|
101 |
+
# UP 1
|