Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,8 +123,8 @@ def create_pdf1(state, pdf_title, pdf_type):
|
|
| 123 |
return pdf_buffer
|
| 124 |
|
| 125 |
# Create the Gradio interface
|
| 126 |
-
with gr.Blocks(title="Menu to Braille Converter") as demo:
|
| 127 |
-
gr.Markdown("# Menu to Braille
|
| 128 |
gr.Markdown("Upload a menu image to convert it to Braille text")
|
| 129 |
|
| 130 |
with gr.Row():
|
|
|
|
| 123 |
return pdf_buffer
|
| 124 |
|
| 125 |
# Create the Gradio interface
|
| 126 |
+
with gr.Blocks(title="English Menu to Braille Menu Converter") as demo:
|
| 127 |
+
gr.Markdown("# English Menu to Braille Menu")
|
| 128 |
gr.Markdown("Upload a menu image to convert it to Braille text")
|
| 129 |
|
| 130 |
with gr.Row():
|