Spaces:
Runtime error
Runtime error
pengHTYX commited on
Commit ·
4799ad7
1
Parent(s): a72a0f3
'update'
Browse files- .gitignore +2 -1
- app.py +1 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
**/__pycache__/
|
| 2 |
-
examples/*
|
|
|
|
|
|
| 1 |
**/__pycache__/
|
| 2 |
+
examples/*
|
| 3 |
+
mv_res/*
|
app.py
CHANGED
|
@@ -306,6 +306,7 @@ def run_demo():
|
|
| 306 |
|
| 307 |
predictor = sam_init()
|
| 308 |
|
|
|
|
| 309 |
custom_theme = gr.themes.Soft(primary_hue="blue").set(
|
| 310 |
button_secondary_background_fill="*neutral_100", button_secondary_background_fill_hover="*neutral_200"
|
| 311 |
)
|
|
|
|
| 306 |
|
| 307 |
predictor = sam_init()
|
| 308 |
|
| 309 |
+
|
| 310 |
custom_theme = gr.themes.Soft(primary_hue="blue").set(
|
| 311 |
button_secondary_background_fill="*neutral_100", button_secondary_background_fill_hover="*neutral_200"
|
| 312 |
)
|