Spaces:
Runtime error
Runtime error
jiwan-chung
commited on
Commit
•
a8584b9
1
Parent(s):
99aac23
minor logging update
Browse files
run.py
CHANGED
@@ -157,6 +157,7 @@ def launch(examples=None, title='Demo for ESPER', description=None, prompt_eg=No
|
|
157 |
inferers[model_name] = inferer
|
158 |
runner = Runner(inferers)
|
159 |
model_names = sorted(list(ckpts.keys()))
|
|
|
160 |
|
161 |
examples = list(chain(*[[[n, *ex] for n in model_names] for ex in examples]))
|
162 |
iface = gr.Interface(
|
|
|
157 |
inferers[model_name] = inferer
|
158 |
runner = Runner(inferers)
|
159 |
model_names = sorted(list(ckpts.keys()))
|
160 |
+
log.info(f'model_names: {model_names}')
|
161 |
|
162 |
examples = list(chain(*[[[n, *ex] for n in model_names] for ex in examples]))
|
163 |
iface = gr.Interface(
|