Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from llmdolphin import (get_llm_formats, get_dolphin_model_format,
|
|
10 |
select_dolphin_language, dolphin_respond, dolphin_parse)
|
11 |
|
12 |
|
13 |
-
with gr.Blocks(theme=
|
14 |
gr.Markdown("""# Natural Text to SD Prompt Translator With LLM alpha
|
15 |
Text in natural language (English, Japanese, ...) => Prompt
|
16 |
""")
|
|
|
10 |
select_dolphin_language, dolphin_respond, dolphin_parse)
|
11 |
|
12 |
|
13 |
+
with gr.Blocks(theme='Nymbo/Nymbo_Theme', fill_width=True, css="", delete_cache=(60, 3600)) as app:
|
14 |
gr.Markdown("""# Natural Text to SD Prompt Translator With LLM alpha
|
15 |
Text in natural language (English, Japanese, ...) => Prompt
|
16 |
""")
|