Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
fc557cc
1
Parent(s):
ed84002
app.py
CHANGED
@@ -251,6 +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 |
with gr.Blocks() as demo:
|
255 |
with gr.Row():
|
256 |
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=[]
|
255 |
with gr.Blocks() as demo:
|
256 |
with gr.Row():
|
257 |
gr.Markdown(value='# Eclipse2')
|