Yogya12 commited on
Commit
d5a58c7
·
1 Parent(s): 7125e66
Files changed (2) hide show
  1. Dockerfile +0 -21
  2. README.md +4 -2
Dockerfile DELETED
@@ -1,21 +0,0 @@
1
- # Use a lightweight Python image
2
- FROM python:3.10-slim
3
-
4
- # System dependencies required for edge-tts and audio processing
5
- RUN apt-get update && apt-get install -y ffmpeg libsndfile1 && rm -rf /var/lib/apt/lists/*
6
-
7
- # Set working directory
8
- WORKDIR /app
9
-
10
- # Copy requirements and install
11
- COPY requirements.txt .
12
- RUN pip install --no-cache-dir -r requirements.txt
13
-
14
- # Copy rest of the code
15
- COPY . .
16
-
17
- # Expose the default Gradio/FastAPI port
18
- EXPOSE 7860
19
-
20
- # Run the FastAPI app using Uvicorn
21
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  title: EduMate
3
- emoji: 📚
4
  colorFrom: indigo
5
  colorTo: blue
6
- sdk: docker
 
 
7
  pinned: false
8
  ---
 
1
  ---
2
  title: EduMate
3
+ emoji: "📚"
4
  colorFrom: indigo
5
  colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.27.0"
8
+ app_file: app.py
9
  pinned: false
10
  ---