Spaces:
Running
Running
Charly Cayuco
commited on
Commit
•
a69de4c
1
Parent(s):
e4b5487
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ content_image_input = gr.inputs.Image(label="Entrada", type="pil")
|
|
54 |
model_image_size = gr.inputs.Radio([256, 384, 512, 1024], type="value", default=512, label="Nivel de Inferencia")
|
55 |
|
56 |
article="""
|
|
|
57 |
"""
|
58 |
app_interface = gr.Interface(fn=run,
|
59 |
inputs=[content_image_input, model_image_size],
|
|
|
54 |
model_image_size = gr.inputs.Radio([256, 384, 512, 1024], type="value", default=512, label="Nivel de Inferencia")
|
55 |
|
56 |
article="""
|
57 |
+
.
|
58 |
"""
|
59 |
app_interface = gr.Interface(fn=run,
|
60 |
inputs=[content_image_input, model_image_size],
|