Spaces:
Sleeping
Sleeping
Commit
·
f848200
1
Parent(s):
bf54588
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ demo=gr.Interface(fn=segment_image,inputs=gr.Image(type='filepath'),
|
|
38 |
"R006_ch1_video_01_00-45-02-10.jpg",
|
39 |
"R013_ch1_video_03_00-40-17-11.jpg"],
|
40 |
themes=gr.themes.Glass(primary_hue=gr.themes.colors.blue,secondary_hue=gr.themes.colors.blue),
|
41 |
-
title="Davinci Eye(CPU
|
42 |
-
demo.launch(
|
|
|
38 |
"R006_ch1_video_01_00-45-02-10.jpg",
|
39 |
"R013_ch1_video_03_00-40-17-11.jpg"],
|
40 |
themes=gr.themes.Glass(primary_hue=gr.themes.colors.blue,secondary_hue=gr.themes.colors.blue),
|
41 |
+
title="Davinci Eye(Quantized for CPU)")
|
42 |
+
demo.launch()
|