Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def process_text(user_message):
|
|
75 |
return diff_texts(user_message, corrected_text)
|
76 |
|
77 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
78 |
-
gr.
|
79 |
text_input = gr.Textbox(
|
80 |
label="↘️Enter 👁️OCR'ed Text Outputs Here",
|
81 |
info="""Hi there, ;fémy name à`gis tonic 45and i like to ride my vpotz""",
|
|
|
75 |
return diff_texts(user_message, corrected_text)
|
76 |
|
77 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
78 |
+
gr.Markdown(description)
|
79 |
text_input = gr.Textbox(
|
80 |
label="↘️Enter 👁️OCR'ed Text Outputs Here",
|
81 |
info="""Hi there, ;fémy name à`gis tonic 45and i like to ride my vpotz""",
|