Parthebhan commited on
Commit
cbac881
·
verified ·
1 Parent(s): 7ddfbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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