enotkrutoy commited on
Commit
5221741
·
verified ·
1 Parent(s): 9d691cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ client = openai.OpenAI(
15
  # Gradio interface setup
16
  gr.Interface(
17
  fn=groq_gradio.registry, # Assuming the function used for the Groq model registry
18
- inputs=gr.inputs.Textbox(placeholder="Ask something..."),
19
  outputs="text",
20
  title="Groq-Gradio Chat",
21
  theme="upsatwal/mlsc_tiet",
 
15
  # Gradio interface setup
16
  gr.Interface(
17
  fn=groq_gradio.registry, # Assuming the function used for the Groq model registry
18
+ inputs=gr.Textbox(placeholder="Ask something..."), # Updated component usage
19
  outputs="text",
20
  title="Groq-Gradio Chat",
21
  theme="upsatwal/mlsc_tiet",