Sayed121 commited on
Commit
7c982a5
·
verified ·
1 Parent(s): f509941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ 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.State()
147
  ]
148
  )
149
 
150
- iface.launch(share=True)
 
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.St0ate()
147
  ]
148
  )
149
 
150
+ iface.launch()