Spaces:
Runtime error
Runtime error
Guillermo Uribe Vicencio
commited on
Commit
·
e6871ed
1
Parent(s):
3f553e7
app.py
CHANGED
|
@@ -246,8 +246,10 @@ custom_test_pipeline=process_test_pipeline(model.cfg.data.test.pipeline, None)
|
|
| 246 |
|
| 247 |
|
| 248 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline, map_resume=map_resume)
|
| 249 |
-
|
| 250 |
bar_data = pd.DataFrame(map_resume)
|
|
|
|
|
|
|
| 251 |
|
| 252 |
with gr.Blocks() as demo:
|
| 253 |
with gr.Row():
|
|
|
|
| 246 |
|
| 247 |
|
| 248 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline, map_resume=map_resume)
|
| 249 |
+
|
| 250 |
bar_data = pd.DataFrame(map_resume)
|
| 251 |
+
print(map_resume)
|
| 252 |
+
print(bar_data)
|
| 253 |
|
| 254 |
with gr.Blocks() as demo:
|
| 255 |
with gr.Row():
|