xinjie.wang commited on
Commit
d8efb25
·
1 Parent(s): 03a91aa
Files changed (2) hide show
  1. app.py +2 -3
  2. requirements.txt +2 -2
app.py CHANGED
@@ -18,7 +18,6 @@ from common import (
18
  )
19
  from gradio.themes import Default
20
  from gradio.themes.utils.colors import slate
21
- from gradio_litmodel3d import LitModel3D
22
 
23
  with gr.Blocks(
24
  delete_cache=(43200, 43200), theme=Default(primary_hue=slate)
@@ -218,8 +217,8 @@ with gr.Blocks(
218
  loop=True,
219
  height=300,
220
  )
221
- model_output_gs = LitModel3D(
222
- label="Gaussian Representation", height=300, interactive=False, exposure=10,
223
  )
224
  aligned_gs = gr.Textbox(visible=False)
225
  with gr.Row():
 
18
  )
19
  from gradio.themes import Default
20
  from gradio.themes.utils.colors import slate
 
21
 
22
  with gr.Blocks(
23
  delete_cache=(43200, 43200), theme=Default(primary_hue=slate)
 
217
  loop=True,
218
  height=300,
219
  )
220
+ model_output_gs = gr.Model3D(
221
+ label="Gaussian Representation", height=300, interactive=False,
222
  )
223
  aligned_gs = gr.Textbox(visible=False)
224
  with gr.Row():
requirements.txt CHANGED
@@ -19,8 +19,8 @@ igraph==0.11.8
19
  pyvista==0.36.1
20
  openai==1.58.1
21
  transformers==4.42.4
22
- gradio_litmodel3d==0.0.1
23
- # gradio==5.12.0
24
  sentencepiece==0.2.0
25
  diffusers==0.31.0
26
  xatlas==0.0.9
 
19
  pyvista==0.36.1
20
  openai==1.58.1
21
  transformers==4.42.4
22
+ # gradio_litmodel3d==0.0.1
23
+ gradio==5.12.0
24
  sentencepiece==0.2.0
25
  diffusers==0.31.0
26
  xatlas==0.0.9