Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
e03c8f1
1
Parent(s):
fc557cc
app.py
CHANGED
@@ -251,7 +251,7 @@ custom_test_pipeline=process_test_pipeline(model.cfg.data.test.pipeline, None)
|
|
251 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline, map_resume=map_resume)
|
252 |
|
253 |
|
254 |
-
bar_data=
|
255 |
with gr.Blocks() as demo:
|
256 |
with gr.Row():
|
257 |
gr.Markdown(value='# Eclipse2')
|
|
|
251 |
func = partial(inference_on_file, model=model, custom_test_pipeline=custom_test_pipeline, map_resume=map_resume)
|
252 |
|
253 |
|
254 |
+
bar_data=map_resume
|
255 |
with gr.Blocks() as demo:
|
256 |
with gr.Row():
|
257 |
gr.Markdown(value='# Eclipse2')
|