Samarth991 commited on
Commit
2aa57b5
1 Parent(s): c88baef

adding notebbok and debugging main

Browse files
Files changed (2) hide show
  1. __pycache__/llm_ops.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/llm_ops.cpython-310.pyc ADDED
Binary file (1.57 kB). View file
 
app.py CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(css=css) as demo:
142
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Select HuggingFace/OpenAI')
143
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
144
  wav_model = gr.Dropdown(['base','small','medium','large'],label='Select Whisper model')
145
-
146
  with gr.Group():
147
  chatbot = gr.Chatbot(height=270)
148
 
 
142
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Select HuggingFace/OpenAI')
143
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
144
  wav_model = gr.Dropdown(['base','small','medium','large'],label='Select Whisper model')
145
+
146
  with gr.Group():
147
  chatbot = gr.Chatbot(height=270)
148