Spaces:
Runtime error
Runtime error
fix some typo on button, to fuck mist's asshole
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ if __name__ == '__main__':
|
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
gr_input_image = gr.Image(label='Input Image', type="pil")
|
60 |
-
gr_submit = gr.Button(value='FUCK
|
61 |
with gr.Accordion("Advanced Config", open=False):
|
62 |
diameter_slider = gr.Slider(
|
63 |
minimum=1,
|
@@ -103,7 +103,7 @@ if __name__ == '__main__':
|
|
103 |
|
104 |
with gr.Accordion("Extra Restoration", open=False):
|
105 |
gr_scunet = gr.Checkbox(label='Use SCUNET', value=False)
|
106 |
-
gr_nafnet = gr.Checkbox(label='Use
|
107 |
|
108 |
with gr.Column():
|
109 |
gr_output_image = gr.Image(label='Output Image', type="pil")
|
|
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
gr_input_image = gr.Image(label='Input Image', type="pil")
|
60 |
+
gr_submit = gr.Button(value='FUCK MIST\'s ASS!')
|
61 |
with gr.Accordion("Advanced Config", open=False):
|
62 |
diameter_slider = gr.Slider(
|
63 |
minimum=1,
|
|
|
103 |
|
104 |
with gr.Accordion("Extra Restoration", open=False):
|
105 |
gr_scunet = gr.Checkbox(label='Use SCUNET', value=False)
|
106 |
+
gr_nafnet = gr.Checkbox(label='Use NAFNET', value=False)
|
107 |
|
108 |
with gr.Column():
|
109 |
gr_output_image = gr.Image(label='Output Image', type="pil")
|