Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def process_text(user_message):
|
|
| 90 |
|
| 91 |
# Define the Gradio interface
|
| 92 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
| 93 |
-
gr.HTML("""<h1 style="text-align:center">Vintage OCR corrector (
|
| 94 |
text_input = gr.Textbox(label="Your (bad?) text", type="text", lines=5)
|
| 95 |
process_button = gr.Button("Process Text")
|
| 96 |
text_output = gr.HTML(label="Processed text")
|
|
|
|
| 90 |
|
| 91 |
# Define the Gradio interface
|
| 92 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
| 93 |
+
gr.HTML("""<h1 style="text-align:center">Vintage OCR corrector (Zero-GPU)</h1>""")
|
| 94 |
text_input = gr.Textbox(label="Your (bad?) text", type="text", lines=5)
|
| 95 |
process_button = gr.Button("Process Text")
|
| 96 |
text_output = gr.HTML(label="Processed text")
|