Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ iface = gr.Interface(
|
|
| 143 |
gr.TextArea(label="Answer"),
|
| 144 |
title="Vinci 2.0 Using Groq Test",
|
| 145 |
description="Hi I am Vinci, your interior design Assistant. Ask any question and select a model to get a response from the Groq chat model."
|
| 146 |
-
gr.
|
| 147 |
]
|
| 148 |
)
|
| 149 |
|
|
|
|
| 143 |
gr.TextArea(label="Answer"),
|
| 144 |
title="Vinci 2.0 Using Groq Test",
|
| 145 |
description="Hi I am Vinci, your interior design Assistant. Ask any question and select a model to get a response from the Groq chat model."
|
| 146 |
+
gr.State()
|
| 147 |
]
|
| 148 |
)
|
| 149 |
|