Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,8 @@ with gr.Blocks() as demo:
|
|
106 |
|
107 |
with gr.Column():
|
108 |
ocr_result = gr.Textbox(label="GOT output")
|
|
|
|
|
109 |
with gr.Column():
|
110 |
html_result = gr.HTML(
|
111 |
value="""
|
|
|
106 |
|
107 |
with gr.Column():
|
108 |
ocr_result = gr.Textbox(label="GOT output")
|
109 |
+
|
110 |
+
iframe = gr.Iframe(src='./demo.html', height=600)
|
111 |
with gr.Column():
|
112 |
html_result = gr.HTML(
|
113 |
value="""
|