Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
c6ddbf2
1
Parent(s):
e6871ed
app.py
CHANGED
@@ -248,8 +248,8 @@ custom_test_pipeline=process_test_pipeline(model.cfg.data.test.pipeline, None)
|
|
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():
|
|
|
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", map_resume)
|
252 |
+
print("bar_data", bar_data)
|
253 |
|
254 |
with gr.Blocks() as demo:
|
255 |
with gr.Row():
|