Spaces:
Sleeping
Sleeping
Commit ·
2364ca2
1
Parent(s): 4a8fb9f
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ inputs = [
|
|
| 57 |
]
|
| 58 |
|
| 59 |
outputs = gr.Image(type="filepath", label="Output Image")
|
| 60 |
-
title = "
|
| 61 |
import os
|
| 62 |
examples = [
|
| 63 |
["wh1.jpg", 0.6, 0.45],
|
|
|
|
| 57 |
]
|
| 58 |
|
| 59 |
outputs = gr.Image(type="filepath", label="Output Image")
|
| 60 |
+
title = "Wheel Segmentation Demo"
|
| 61 |
import os
|
| 62 |
examples = [
|
| 63 |
["wh1.jpg", 0.6, 0.45],
|