TymaaHammouda commited on
Commit
6e3aaba
·
1 Parent(s): 0059ef4

Update version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from pydantic import BaseModel
5
  from fastapi.responses import JSONResponse
6
 
7
- print("Version ---- 2")
8
  app = FastAPI()
9
 
10
  def download_file_from_hf(repo_id, filename):
 
4
  from pydantic import BaseModel
5
  from fastapi.responses import JSONResponse
6
 
7
+ print("Version ---- 3")
8
  app = FastAPI()
9
 
10
  def download_file_from_hf(repo_id, filename):