Spaces:
Running
on
Zero
Running
on
Zero
layerdiffusion
commited on
Commit
•
88f5fab
1
Parent(s):
127fda7
app.py
CHANGED
@@ -349,8 +349,8 @@ with gr.Blocks(
|
|
349 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
350 |
with gr.Row():
|
351 |
gr.Markdown("Local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
352 |
-
with gr.Row():
|
353 |
-
|
354 |
|
355 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
356 |
canvas_state = gr.State(None)
|
|
|
349 |
gr.Markdown("Omost: converting LLM's coding capability to image compositing capability.")
|
350 |
with gr.Row():
|
351 |
gr.Markdown("Local version (8GB VRAM): https://github.com/lllyasviel/Omost")
|
352 |
+
# with gr.Row():
|
353 |
+
# gr.Markdown("Note that you can only occupy HuggingFace ZeroGPU 170 seconds every 5 minutes.")
|
354 |
|
355 |
with gr.Column(scale=75, elem_classes='inner_parent'):
|
356 |
canvas_state = gr.State(None)
|