Spaces:
Runtime error
Runtime error
Commit
·
ec0e247
1
Parent(s):
f35ed31
adding open llama
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css=css) as demo:
|
|
148 |
with gr.Row():
|
149 |
LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Select HuggingFace/OpenAI')
|
150 |
API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
|
151 |
-
wav_model = gr.Dropdown(['small','medium','large'],label='Select Whisper model')
|
152 |
|
153 |
with gr.Group():
|
154 |
chatbot = gr.Chatbot(height=270)
|
|
|
148 |
with gr.Row():
|
149 |
LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Select HuggingFace/OpenAI')
|
150 |
API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
|
151 |
+
wav_model = gr.Dropdown(['base','small','medium','large'],label='Select Whisper model')
|
152 |
|
153 |
with gr.Group():
|
154 |
chatbot = gr.Chatbot(height=270)
|