Spaces:
Runtime error
Runtime error
autocall
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ def fig_to_pil(fig):
|
|
34 |
|
35 |
@spaces.GPU
|
36 |
def run_example(task_prompt, image, text_input=None):
|
37 |
-
processor = processor
|
38 |
if text_input is None:
|
39 |
prompt = task_prompt
|
40 |
else:
|
|
|
34 |
|
35 |
@spaces.GPU
|
36 |
def run_example(task_prompt, image, text_input=None):
|
|
|
37 |
if text_input is None:
|
38 |
prompt = task_prompt
|
39 |
else:
|