Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ from llmdolphin import (
|
|
| 28 |
)
|
| 29 |
|
| 30 |
|
| 31 |
-
with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css="") as app:
|
| 32 |
gr.Markdown("""# Natural Text to SD Prompt Translator With LLM alpha
|
| 33 |
Text in natural language (English, Japanese, ...) => Prompt
|
| 34 |
""")
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
|
| 31 |
+
with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css="") as app:
|
| 32 |
gr.Markdown("""# Natural Text to SD Prompt Translator With LLM alpha
|
| 33 |
Text in natural language (English, Japanese, ...) => Prompt
|
| 34 |
""")
|