cansik commited on
Commit
645a585
·
verified ·
1 Parent(s): 7f8db4e

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. requirements.txt +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
  app_file: app.py
8
- sdk_version: 3.50.2
9
  ---
10
 
11
  # reconFIGURE
 
5
  colorTo: blue
6
  sdk: gradio
7
  app_file: app.py
8
+ sdk_version: 5.10.0
9
  ---
10
 
11
  # reconFIGURE
app.py CHANGED
@@ -62,7 +62,7 @@ def main():
62
  gr.Model3D(label="Reconstruction", camera_position=(90, None, None))
63
  ],
64
  title="reconFIGURE",
65
- allow_flagging="never"
66
  )
67
 
68
  temp_path.mkdir(parents=True, exist_ok=True)
 
62
  gr.Model3D(label="Reconstruction", camera_position=(90, None, None))
63
  ],
64
  title="reconFIGURE",
65
+ flagging_mode="never"
66
  )
67
 
68
  temp_path.mkdir(parents=True, exist_ok=True)
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  numpy
2
- gradio==3.50.2
3
  requests
 
1
  numpy
2
+ gradio==5.10.0
3
  requests