Spaces:
Runtime error
Runtime error
Jeongsoo1975
Initial commit: Gradio text-based speaker separation app for Hugging Face Spaces
ae9ec05
| # 환경 변수 설정 가이드 | |
| ## 로컬 개발 시 (.env 파일 생성) | |
| GOOGLE_API_KEY=your_google_api_key_here | |
| ## 허깅페이스 Spaces 배포 시 | |
| 1. Hugging Face Space 페이지 접속 | |
| 2. Settings 탭 클릭 | |
| 3. Repository secrets 섹션에서 추가: | |
| - Name: GOOGLE_API_KEY | |
| - Value: 실제 API 키 값 | |
| ## Google AI API 키 발급 | |
| 1. https://aistudio.google.com/app/apikey 접속 | |
| 2. Google 계정으로 로그인 | |
| 3. "Create API Key" 클릭 | |
| 4. 생성된 키를 복사하여 사용 |