Spaces:
Sleeping
Sleeping
Commit
·
8a3e0e7
1
Parent(s):
a4a9be0
Add project files for HF Space
Browse files- README.md +3 -0
- docker-compose.yml +0 -5
README.md
CHANGED
@@ -4,6 +4,9 @@ emoji: 🚀
|
|
4 |
colorFrom: purple
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
9 |
short_description: Transcribe, Summarize, Analyze, and query audio content.
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
env:
|
9 |
+
OLLAMA_HOST: ollama
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
short_description: Transcribe, Summarize, Analyze, and query audio content.
|
docker-compose.yml
CHANGED
@@ -8,11 +8,6 @@ services:
|
|
8 |
# Expose the Gradio port
|
9 |
ports:
|
10 |
- "7860:7860"
|
11 |
-
# Set the environment variables for the application
|
12 |
-
environment:
|
13 |
-
# Define the Ollama host address
|
14 |
-
# This allows the application to connect to the Ollama server
|
15 |
-
- OLLAMA_HOST=ollama
|
16 |
# Make this service depend on the 'ollama' service
|
17 |
# This ensures that Ollama starts up before our application tries to connect to it
|
18 |
depends_on:
|
|
|
8 |
# Expose the Gradio port
|
9 |
ports:
|
10 |
- "7860:7860"
|
|
|
|
|
|
|
|
|
|
|
11 |
# Make this service depend on the 'ollama' service
|
12 |
# This ensures that Ollama starts up before our application tries to connect to it
|
13 |
depends_on:
|