John6666 commited on
Commit
eb1e5d9
·
verified ·
1 Parent(s): a992d02

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """)