alibidaran commited on
Commit
e1133c6
1 Parent(s): b3a0ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,6 +36,6 @@ demo=gr.Interface(fn=segment_image,inputs=gr.Image(type='filepath'),
36
  "R005_ch1_video_03_00-19-10-11.jpg",
37
  "R006_ch1_video_01_00-45-02-10.jpg",
38
  "R013_ch1_video_03_00-40-17-11.jpg"],
39
- themes=gr.themes.Glass(primary_hue=gr.themes.colors.amber,secondary_hue=gr.themes.colors.blue),
40
  title="Davinci Eye(CPU version)")
41
  demo.launch()
 
36
  "R005_ch1_video_03_00-19-10-11.jpg",
37
  "R006_ch1_video_01_00-45-02-10.jpg",
38
  "R013_ch1_video_03_00-40-17-11.jpg"],
39
+ themes=gr.themes.Glass(primary_hue=gr.themes.colors.blue,secondary_hue=gr.themes.colors.blue),
40
  title="Davinci Eye(CPU version)")
41
  demo.launch()