Ayeshanoor101 commited on
Commit
1425dd6
1 Parent(s): a4e19a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ description = """
45
  """
46
 
47
  #demo = gr.ChatInterface(chat, description=description).queue()
48
- demo= gr.Interface(fn=chat, inputs="textbox", outputs="textbox",description).queue()
49
 
50
  if __name__ == "__main__":
51
  demo.launch()
 
45
  """
46
 
47
  #demo = gr.ChatInterface(chat, description=description).queue()
48
+ demo= gr.Interface(fn=chat, inputs="textbox", outputs="textbox",description=description)
49
 
50
  if __name__ == "__main__":
51
  demo.launch()