Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,6 @@ def crop_image(box):
|
|
120 |
import numpy as np
|
121 |
from PIL import Image
|
122 |
import gradio as gr
|
123 |
-
import imageio
|
124 |
|
125 |
|
126 |
def send_request_to_api(img_byte_arr, max_retries=3, wait_time=60):
|
|
|
120 |
import numpy as np
|
121 |
from PIL import Image
|
122 |
import gradio as gr
|
|
|
123 |
|
124 |
|
125 |
def send_request_to_api(img_byte_arr, max_retries=3, wait_time=60):
|