Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ css = """
|
|
46 |
with gr.Blocks(css=css) as demo:
|
47 |
with gr.Column(elem_id="col-container"):
|
48 |
gr.HTML(f"""
|
49 |
-
<h2 style="text-align: center;">
|
50 |
<p style="text-align: center;">{description}</p>
|
51 |
""")
|
52 |
|
@@ -68,8 +68,8 @@ with gr.Blocks(css=css) as demo:
|
|
68 |
with gr.Row():
|
69 |
gr.Examples(
|
70 |
examples = [
|
71 |
-
["ponder.png"],
|
72 |
-
["ponder2.png"],
|
73 |
|
74 |
],
|
75 |
fn = infer,
|
|
|
46 |
with gr.Blocks(css=css) as demo:
|
47 |
with gr.Column(elem_id="col-container"):
|
48 |
gr.HTML(f"""
|
49 |
+
<h2 style="text-align: center;">Words from a Picture</h2>
|
50 |
<p style="text-align: center;">{description}</p>
|
51 |
""")
|
52 |
|
|
|
68 |
with gr.Row():
|
69 |
gr.Examples(
|
70 |
examples = [
|
71 |
+
["examples/ponder.png"],
|
72 |
+
["examples/ponder2.png"],
|
73 |
|
74 |
],
|
75 |
fn = infer,
|