Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
| 3 |
-
import imageio.v2 as imageio
|
| 4 |
import onnxruntime as ort
|
| 5 |
from matplotlib import pyplot as plt
|
| 6 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import gradio as gr
|
|
|
|
| 3 |
import onnxruntime as ort
|
| 4 |
from matplotlib import pyplot as plt
|
| 5 |
from huggingface_hub import hf_hub_download
|