Spaces:
Sleeping
Sleeping
Commit
·
2a7702f
1
Parent(s):
0cd73e9
Debugging
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ asr = pipeline("automatic-speech-recognition", model="openai/whisper-small")
|
|
22 |
|
23 |
# --- Supabase settings ---
|
24 |
SUPABASE_URL = "https://gptmdbhzblfybdnohqnh.supabase.co"
|
25 |
-
SUPABASE_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
|
26 |
|
27 |
# --- Supabase utilities ---
|
28 |
def save_to_supabase(input_text, output_text, direction):
|
|
|
22 |
|
23 |
# --- Supabase settings ---
|
24 |
SUPABASE_URL = "https://gptmdbhzblfybdnohqnh.supabase.co"
|
25 |
+
SUPABASE_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImdwdG1kYmh6YmxmeWJkbm9ocW5oIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDc0NjY1NDgsImV4cCI6MjA2MzA0MjU0OH0.CfWArts6Kd_x7Wj0a_nAyGJfrFt8F7Wdy_MdYDj9e7U"
|
26 |
|
27 |
# --- Supabase utilities ---
|
28 |
def save_to_supabase(input_text, output_text, direction):
|