Huiwenshi commited on
Commit
eec585b
·
verified ·
1 Parent(s): 8e3bc8a

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +1 -1
app_hg.py CHANGED
@@ -336,7 +336,7 @@ with gr.Blocks() as demo:
336
  text = gr.TextArea('一只黑白相间的熊猫在白色背景上居中坐着,呈现出卡通风格和可爱氛围。',
337
  lines=3, max_lines=20, label='Input text')
338
  with gr.Row():
339
- textgen_color = gr.Radio(choices=["vertex", "texture"], label="Color", value="texture")
340
  with gr.Row():
341
  textgen_render = gr.Checkbox(label="Do Rendering", value=True, interactive=True)
342
  if BAKE_AVAILEBLE:
 
336
  text = gr.TextArea('一只黑白相间的熊猫在白色背景上居中坐着,呈现出卡通风格和可爱氛围。',
337
  lines=3, max_lines=20, label='Input text')
338
  with gr.Row():
339
+ textgen_color = gr.Radio(choices=["vertex", "texture"], label="Color", value="vertex")
340
  with gr.Row():
341
  textgen_render = gr.Checkbox(label="Do Rendering", value=True, interactive=True)
342
  if BAKE_AVAILEBLE: