John6666 commited on
Commit
1c5e3e4
β€’
1 Parent(s): 84b9644

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="NoCrypt/miku@>=1.2.2", 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
  """)
 
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
  """)