Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ def save_image(image, path, **kwargs):
|
|
| 34 |
plt.savefig(path, bbox_inches='tight', pad_inches=0)
|
| 35 |
plt.close()
|
| 36 |
|
|
|
|
| 37 |
with gr.Blocks() as demo:
|
| 38 |
with gr.Row():
|
| 39 |
with gr.Column():
|
|
|
|
| 34 |
plt.savefig(path, bbox_inches='tight', pad_inches=0)
|
| 35 |
plt.close()
|
| 36 |
|
| 37 |
+
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
with gr.Row():
|
| 40 |
with gr.Column():
|