kantundpeterpan commited on
Commit
d1f51e5
·
1 Parent(s): cd94a38
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from tasks import text, image, audio
5
  from skops.hub_utils import download
6
 
7
  #download model for text task
8
- download(repo_id = "kantundpeterpan/frugal-ai-toy", dst = "text/model")
9
 
10
  # Load environment variables
11
  load_dotenv()
 
5
  from skops.hub_utils import download
6
 
7
  #download model for text task
8
+ download(repo_id = "kantundpeterpan/frugal-ai-toy", dst = "tasks/model")
9
 
10
  # Load environment variables
11
  load_dotenv()