Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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",
|