Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d67a821
1
Parent(s):
e137273
Add notes (#1)
Browse files- Add notes (c5afdd59e8b7fd27f84936836eae410fd283e6a4)
Co-authored-by: Hugo Laurençon <[email protected]>
app.py
CHANGED
@@ -195,6 +195,9 @@ h1{display: flex;align-items: center;justify-content: center;gap: .25em}
|
|
195 |
|
196 |
|
197 |
with gr.Blocks(title="Screenshot to HTML", theme=gr.themes.Base(), css=css) as demo:
|
|
|
|
|
|
|
198 |
with gr.Row(equal_height=True):
|
199 |
with gr.Column(scale=4, min_width=250) as upload_area:
|
200 |
imagebox = gr.Image(
|
|
|
195 |
|
196 |
|
197 |
with gr.Blocks(title="Screenshot to HTML", theme=gr.themes.Base(), css=css) as demo:
|
198 |
+
gr.Markdown(
|
199 |
+
"Since the model used for this demo *does not generate images*, it is more effective to input standalone website elements or sites with minimal image content."
|
200 |
+
)
|
201 |
with gr.Row(equal_height=True):
|
202 |
with gr.Column(scale=4, min_width=250) as upload_area:
|
203 |
imagebox = gr.Image(
|