TymaaHammouda commited on
Commit
1885be8
·
1 Parent(s): b8833f3

Add version

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