Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ qa_samples = [
|
|
| 75 |
["main_6.jpeg", "What are they doing?"],
|
| 76 |
]
|
| 77 |
|
| 78 |
-
contextdet_model = ContextDetDemo('./
|
| 79 |
|
| 80 |
|
| 81 |
def inference_fn_select(image_input, text_input, task_button, history=[]):
|
|
|
|
| 75 |
["main_6.jpeg", "What are they doing?"],
|
| 76 |
]
|
| 77 |
|
| 78 |
+
contextdet_model = ContextDetDemo('./checkpoint.pth')
|
| 79 |
|
| 80 |
|
| 81 |
def inference_fn_select(image_input, text_input, task_button, history=[]):
|