Update app.py
Browse files
app.py
CHANGED
@@ -145,8 +145,8 @@ def update_image_display(uploaded_image, generated_image):
|
|
145 |
return None
|
146 |
|
147 |
|
148 |
-
with gr.Blocks(title="
|
149 |
-
gr.Markdown("#
|
150 |
|
151 |
with gr.Row():
|
152 |
with gr.Column(scale=2):
|
|
|
145 |
return None
|
146 |
|
147 |
|
148 |
+
with gr.Blocks(title="3D-LLAMA V2") as demo:
|
149 |
+
gr.Markdown("# 3D-LLAMA V2 with Step1X-3D")
|
150 |
|
151 |
with gr.Row():
|
152 |
with gr.Column(scale=2):
|