ash-98 commited on
Commit
374a595
·
1 Parent(s): 37047ad
Files changed (3) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
  3. README.md +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ Dockerfile
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python image as the base image
2
- FROM python:3.9
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app
 
1
  # Use the official Python image as the base image
2
+ FROM python:3.13
3
 
4
  # Set the working directory in the container
5
  WORKDIR /app
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 1.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ python_version: 3.13
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference