Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,9 @@ with gr.Blocks() as demo:
|
|
62 |
<h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
63 |
TextDiffuser: Diffusion Models as Text Painters
|
64 |
</h1>
|
65 |
-
<p>ddddd</p>
|
66 |
<h2 style="text-align: left; font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
67 |
We propose <b>Image to Text</b>, with ViT model but with LORA fine-tuning.
|
68 |
</h2>
|
69 |
-
<p></p>
|
70 |
</div>
|
71 |
""")
|
72 |
# gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
|
|
62 |
<h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
63 |
TextDiffuser: Diffusion Models as Text Painters
|
64 |
</h1>
|
|
|
65 |
<h2 style="text-align: left; font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
66 |
We propose <b>Image to Text</b>, with ViT model but with LORA fine-tuning.
|
67 |
</h2>
|
|
|
68 |
</div>
|
69 |
""")
|
70 |
# gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|