Spaces:
Sleeping
Sleeping
Commit
·
e3e697d
1
Parent(s):
ad176ff
text
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
51 |
|
52 |
with gr.Blocks(theme=args.theme, css='style.css') as demo:
|
53 |
gr.Markdown('''# World Puzzle Solver 🧩''')
|
54 |
-
gr.Markdown('''## (Works
|
55 |
|
56 |
with gr.Box():
|
57 |
gr.Markdown(
|
@@ -81,7 +81,7 @@ def main():
|
|
81 |
example_images = gr.Dataset(components=([input_board]),
|
82 |
samples=[[path]
|
83 |
for path in paths],
|
84 |
-
label='Image Examples (Drag and drop into both boxes) then crop using the tool button on top right')
|
85 |
|
86 |
with gr.Box():
|
87 |
# Change column height
|
|
|
51 |
|
52 |
with gr.Blocks(theme=args.theme, css='style.css') as demo:
|
53 |
gr.Markdown('''# World Puzzle Solver 🧩''')
|
54 |
+
gr.Markdown('''## (Works with the Spanish alphabet too!) 🇪🇸''')
|
55 |
|
56 |
with gr.Box():
|
57 |
gr.Markdown(
|
|
|
81 |
example_images = gr.Dataset(components=([input_board]),
|
82 |
samples=[[path]
|
83 |
for path in paths],
|
84 |
+
label='Image Examples (Drag and drop into both boxes) if uploading a word puzzle then crop using the tool button on top right')
|
85 |
|
86 |
with gr.Box():
|
87 |
# Change column height
|