Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
c4fde17
1
Parent(s):
76d9c6d
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ CONST_MAX_QUEUE = 1
|
|
62 |
CONST_SERVER = '0.0.0.0'
|
63 |
|
64 |
CONST_HEADER = '''
|
65 |
-
<h2><b>Official 🤗 Gradio Demo</b></h2>
|
66 |
<h2><a href='https://github.com/tencent/Hunyuan3D-1' target='_blank'>
|
67 |
<b>Hunyuan3D-1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation</b></a></h2>
|
68 |
'''
|
@@ -186,7 +185,7 @@ with gr.Blocks() as demo:
|
|
186 |
with gr.Column(scale=2):
|
187 |
with gr.Tab("Text to 3D"):
|
188 |
with gr.Column():
|
189 |
-
text = gr.TextArea('
|
190 |
lines=1, max_lines=10, label='Input text')
|
191 |
with gr.Row():
|
192 |
textgen_seed = gr.Number(value=0, label="T2I seed", precision=0)
|
|
|
62 |
CONST_SERVER = '0.0.0.0'
|
63 |
|
64 |
CONST_HEADER = '''
|
|
|
65 |
<h2><a href='https://github.com/tencent/Hunyuan3D-1' target='_blank'>
|
66 |
<b>Hunyuan3D-1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation</b></a></h2>
|
67 |
'''
|
|
|
185 |
with gr.Column(scale=2):
|
186 |
with gr.Tab("Text to 3D"):
|
187 |
with gr.Column():
|
188 |
+
text = gr.TextArea('cat',
|
189 |
lines=1, max_lines=10, label='Input text')
|
190 |
with gr.Row():
|
191 |
textgen_seed = gr.Number(value=0, label="T2I seed", precision=0)
|