Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(css=css) as demo:
|
|
75 |
examples=[
|
76 |
[example_html],
|
77 |
],
|
78 |
-
inputs=[
|
79 |
outputs=[model_output_text, markdownify_output],
|
80 |
fn=run_example,
|
81 |
cache_examples=True,
|
|
|
75 |
examples=[
|
76 |
[example_html],
|
77 |
],
|
78 |
+
inputs=[html_content],
|
79 |
outputs=[model_output_text, markdownify_output],
|
80 |
fn=run_example,
|
81 |
cache_examples=True,
|