michaelapplydesign commited on
Commit
00c9e6e
·
1 Parent(s): 1a9af2e
Files changed (1) hide show
  1. app.py +3 -1
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