Spaces:
Running
on
L40S
Running
on
L40S
Upload app_hg.py with huggingface_hub
Browse files
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="
|
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:
|