gladguy commited on
Commit
ed365a8
·
1 Parent(s): 91b3fa2
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,7 @@ An interactive Gradio application designed to help MBBS students learn human ana
27
  - Python 3.8 or higher
28
  - SERPAPI API Key ([Get one here](https://serpapi.com/))
29
  - Hyperbolic API Key ([Get one here](https://hyperbolic.xyz/))
 
30
 
31
  ### Installation
32
 
@@ -44,6 +45,7 @@ pip install -r requirements.txt
44
  ```bash
45
  SERPAPI_KEY=your_actual_serpapi_key
46
  HYPERBOLIC_API_KEY=your_actual_hyperbolic_key
 
47
  ```
48
 
49
  ## Usage
 
27
  - Python 3.8 or higher
28
  - SERPAPI API Key ([Get one here](https://serpapi.com/))
29
  - Hyperbolic API Key ([Get one here](https://hyperbolic.xyz/))
30
+ - ElevenLabs API Key ([Get one here](https://elevenlabs.io/))
31
 
32
  ### Installation
33
 
 
45
  ```bash
46
  SERPAPI_KEY=your_actual_serpapi_key
47
  HYPERBOLIC_API_KEY=your_actual_hyperbolic_key
48
+ ELEVENLABS_API_KEY=your_actual_elevenlabs_key
49
  ```
50
 
51
  ## Usage