vpcom commited on
Commit
9d7a2f2
·
1 Parent(s): 3bd9280

fix: typo in the syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ textbox_whoareu = gr.Textbox(
255
  placeholder="Who are you?",
256
  )
257
 
258
- class ChatInterface(gr.ChatInterface():
259
  async def _submit_fn(
260
  self,
261
  message: str,
 
255
  placeholder="Who are you?",
256
  )
257
 
258
+ class ChatInterface(gr.ChatInterface):
259
  async def _submit_fn(
260
  self,
261
  message: str,