Chris4K commited on
Commit
1562d78
1 Parent(s): 876d760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ for url in links:
308
  def simple(text:str):
309
  return text +" hhhmmm "
310
 
311
- app = gr.ChatInterface(
312
  fn=get_response,
313
  #fn=simple,
314
  # inputs=["text"],
 
308
  def simple(text:str):
309
  return text +" hhhmmm "
310
 
311
+ app = gr.Chat(
312
  fn=get_response,
313
  #fn=simple,
314
  # inputs=["text"],