Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
import os
|
4 |
import cv2 # Import OpenCV
|
|
|
5 |
|
6 |
def download_models(model_id):
|
7 |
# Check if the model file exists locally
|
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
import os
|
4 |
import cv2 # Import OpenCV
|
5 |
+
import gradio.inputs as gr_inputs
|
6 |
|
7 |
def download_models(model_id):
|
8 |
# Check if the model file exists locally
|