debugging
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
193 |
|
194 |
with gr.Column():
|
195 |
# video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
196 |
-
|
197 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
198 |
|
199 |
btn = gr.Button("Run")
|
|
|
193 |
|
194 |
with gr.Column():
|
195 |
# video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
196 |
+
model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
|
197 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
198 |
|
199 |
btn = gr.Button("Run")
|