Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ class Aspecto():
|
|
19 |
screen = Aspecto()
|
20 |
with gr.Blocks(theme=gr.themes.Ocean(primary_hue="pink", neutral_hue="indigo", font=[gr.themes.GoogleFont("Montserrat"), "Playwrite England SemiJoine", "Quicksand"])) as demo:
|
21 |
textbox = gr.Textbox(label="Url")
|
22 |
-
image = gr.Image(label="Imagen")
|
23 |
button3 = gr.Button("Mostrar", variant="primary")
|
24 |
with gr.Row():
|
25 |
button = gr.Button("Describir", variant="primary")
|
|
|
19 |
screen = Aspecto()
|
20 |
with gr.Blocks(theme=gr.themes.Ocean(primary_hue="pink", neutral_hue="indigo", font=[gr.themes.GoogleFont("Montserrat"), "Playwrite England SemiJoine", "Quicksand"])) as demo:
|
21 |
textbox = gr.Textbox(label="Url")
|
22 |
+
image = gr.Image(label="Imagen", sources = ["upload","clipboard"])
|
23 |
button3 = gr.Button("Mostrar", variant="primary")
|
24 |
with gr.Row():
|
25 |
button = gr.Button("Describir", variant="primary")
|