matiasky commited on
Commit
68e57db
·
1 Parent(s): 084c99c
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: ⚡
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
9
  pinned: false
10
  license: gpl-3.0
 
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 3.50.2
8
  app_file: app.py
9
  pinned: false
10
  license: gpl-3.0
app.py CHANGED
@@ -358,4 +358,4 @@ if __name__ == "__main__":
358
  outputs=[image_output, results],
359
  queue=False
360
  )
361
- demo.launch()
 
358
  outputs=[image_output, results],
359
  queue=False
360
  )
361
+ demo.launch(share=True)
models/__pycache__/HybridGNet2IGSC.cpython-310.pyc ADDED
Binary file (6.26 kB). View file
 
models/__pycache__/modelUtils.cpython-310.pyc ADDED
Binary file (2.71 kB). View file
 
requirements.txt CHANGED
@@ -4,4 +4,3 @@ opencv-python==4.8.0.74
4
  scipy==1.10.1
5
  torch_geometric==2.3.0
6
  torchvision==0.15.2
7
- gradio==3.50.2
 
4
  scipy==1.10.1
5
  torch_geometric==2.3.0
6
  torchvision==0.15.2