Spaces:
Running
Running
removed example
Browse files
app.py
CHANGED
|
@@ -244,16 +244,4 @@ with block:
|
|
| 244 |
|
| 245 |
button_gen.click(process, inputs=[inputfiles], outputs=[output_video, output_file, output_model])
|
| 246 |
|
| 247 |
-
gr.Examples(
|
| 248 |
-
examples=[
|
| 249 |
-
"sora-santorini-3-views",
|
| 250 |
-
# "TT-family-3-views",
|
| 251 |
-
# "dl3dv-ba55-3-views",
|
| 252 |
-
],
|
| 253 |
-
inputs=[input_path],
|
| 254 |
-
outputs=[output_video, output_file, output_model],
|
| 255 |
-
fn=lambda x: process(inputfiles=None, input_path=x),
|
| 256 |
-
cache_examples=True,
|
| 257 |
-
label='Sparse-view Examples'
|
| 258 |
-
)
|
| 259 |
block.launch(server_name="0.0.0.0", share=False)
|
|
|
|
| 244 |
|
| 245 |
button_gen.click(process, inputs=[inputfiles], outputs=[output_video, output_file, output_model])
|
| 246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 247 |
block.launch(server_name="0.0.0.0", share=False)
|