Spaces:
Sleeping
Sleeping
Update app_diffusers.py
Browse files- app_diffusers.py +3 -3
app_diffusers.py
CHANGED
|
@@ -60,9 +60,9 @@ css="""
|
|
| 60 |
with gr.Blocks(css=css) as demo:
|
| 61 |
|
| 62 |
with gr.Column(elem_id="col-container"):
|
| 63 |
-
gr.Markdown(f"""
|
| 64 |
-
|
| 65 |
-
NOTE: CPU processing is slow... 6/7 min generation time
|
| 66 |
""")
|
| 67 |
|
| 68 |
with gr.Row():
|
|
|
|
| 60 |
with gr.Blocks(css=css) as demo:
|
| 61 |
|
| 62 |
with gr.Column(elem_id="col-container"):
|
| 63 |
+
gr.Markdown(f"""#Text Guided Image Editing
|
| 64 |
+
Text Guided Image Editing via Ovis-Image is specifically optimized for high-quality text rendering under stringent computational constraints using CPU.
|
| 65 |
+
NOTE: CPU processing is slow... 6/7 min generation time.
|
| 66 |
""")
|
| 67 |
|
| 68 |
with gr.Row():
|