Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,9 +105,9 @@ with gr.Blocks() as demo:
|
|
105 |
|
106 |
with gr.Column():
|
107 |
ocr_result = gr.Textbox(label="GOT output")
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
<!DOCTYPE html>
|
112 |
<html lang="en" data-lt-installed="true"><head>
|
113 |
<meta charset="UTF-8">
|
|
|
105 |
|
106 |
with gr.Column():
|
107 |
ocr_result = gr.Textbox(label="GOT output")
|
108 |
+
with gr.Column():
|
109 |
+
html_result = gr.HTML(
|
110 |
+
value="""
|
111 |
<!DOCTYPE html>
|
112 |
<html lang="en" data-lt-installed="true"><head>
|
113 |
<meta charset="UTF-8">
|