pakooo commited on
Commit
b6246b1
1 Parent(s): d59baa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ def prompt_draw_2(prompt):
307
  prompt_zh = getTextTrans(prompt, source='en', target='zh')
308
  return prompt_en, prompt_zh
309
 
310
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"), title='VM8 Text2Image') as demo:
311
  with gr.Group(elem_id="page_1", visible=True) as page_1:
312
  with gr.Box():
313
  with gr.Row():
 
307
  prompt_zh = getTextTrans(prompt, source='en', target='zh')
308
  return prompt_en, prompt_zh
309
 
310
+ with gr.Blocks(title='VM8 Text2Image') as demo:
311
  with gr.Group(elem_id="page_1", visible=True) as page_1:
312
  with gr.Box():
313
  with gr.Row():