tagny commited on
Commit
a27c692
1 Parent(s): fa707a9

team14: verio - working version 1

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -563,7 +563,7 @@ with demo:
563
  label="Upload an image here.",
564
  height=256,
565
  width=256,
566
- source="upload",
567
  interactive=True,
568
  )
569
 
@@ -580,7 +580,7 @@ with demo:
580
  label="Upload an image here.",
581
  height=256,
582
  width=256,
583
- source="upload",
584
  interactive=True,
585
  )
586
 
 
563
  label="Upload an image here.",
564
  height=256,
565
  width=256,
566
+ # source="upload",
567
  interactive=True,
568
  )
569
 
 
580
  label="Upload an image here.",
581
  height=256,
582
  width=256,
583
+ # source="upload",
584
  interactive=True,
585
  )
586
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  concrete-ml==1.6.0
2
- gradio
3
  more_itertools
4
  torchvision==0.14.1
5
  facenet-pytorch==2.5.3
 
1
  concrete-ml==1.6.0
2
+ gradio==3.50.2
3
  more_itertools
4
  torchvision==0.14.1
5
  facenet-pytorch==2.5.3