Srinivasulu kethanaboina commited on
Commit
2d5fd5d
·
verified ·
1 Parent(s): 97743c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,8 +143,7 @@ css = '''
143
 
144
  @app.get("/chat")
145
  async def chat_ui(username: str, email: str):
146
- with gr.Blocks(css=css) as demo:
147
- gr.ChatInterface(
148
  fn=chat_interface,
149
  css=css,
150
  description="Clara",
 
143
 
144
  @app.get("/chat")
145
  async def chat_ui(username: str, email: str):
146
+ gr.ChatInterface(
 
147
  fn=chat_interface,
148
  css=css,
149
  description="Clara",