Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def inference(sentence_mapping, character_dict, selected_style):
|
|
52 |
|
53 |
for paragraph_number, future in futures.items():
|
54 |
images[paragraph_number] = future.result()
|
55 |
-
|
56 |
return images
|
57 |
|
58 |
gradio_interface = gr.Interface(
|
|
|
52 |
|
53 |
for paragraph_number, future in futures.items():
|
54 |
images[paragraph_number] = future.result()
|
55 |
+
print(f'images:{images}')
|
56 |
return images
|
57 |
|
58 |
gradio_interface = gr.Interface(
|