Spaces:
mashroo
/
Runtime error

YoussefAnso commited on
Commit
543dbe2
·
1 Parent(s): a1731c2

Remove 'type' attribute from output_model in app.py to streamline component configuration.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -261,7 +261,6 @@ with gr.Blocks() as demo:
261
  output_model = gr.Model3D(
262
  label="Output GLB",
263
  interactive=False,
264
- type="filepath",
265
  show_label=True,
266
  show_download_button=True
267
  )
 
261
  output_model = gr.Model3D(
262
  label="Output GLB",
263
  interactive=False,
 
264
  show_label=True,
265
  show_download_button=True
266
  )