Update app.py
#1
by
mustafoyev202
- opened
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import os
|
7 |
import pandas as pd
|
8 |
|
9 |
-
client=genai.Client(api_key="
|
10 |
|
11 |
PROMPT="""
|
12 |
Read this audio and follow provided instructions properly.
|
|
|
6 |
import os
|
7 |
import pandas as pd
|
8 |
|
9 |
+
client=genai.Client(api_key="AIzaSyDbi7r3wTCzr961OY_EMjZmAgUBK4nj2-g")
|
10 |
|
11 |
PROMPT="""
|
12 |
Read this audio and follow provided instructions properly.
|