CognitiveScience commited on
Commit
98a3583
·
1 Parent(s): f43c697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks() as demo:
257
  # load_data()
258
  with gr.Row():
259
  with gr.Column():
260
- dem=gr.ChatInterface(predict).queue()
261
  def backup_db():
262
  shutil.copyfile(DB_FILE, "./reviews.db")
263
  db = sqlite3.connect(DB_FILE)
 
257
  # load_data()
258
  with gr.Row():
259
  with gr.Column():
260
+ gr.ChatInterface(predict)
261
  def backup_db():
262
  shutil.copyfile(DB_FILE, "./reviews.db")
263
  db = sqlite3.connect(DB_FILE)