acecalisto3 commited on
Commit
e9b5c07
·
verified ·
1 Parent(s): bc33f9a

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -883,7 +883,7 @@ def create_interface():
883
  """
884
 
885
  # Use Interface instead of Blocks
886
- interface = gr.Interface(
887
  fn=datachat_interface,
888
  inputs=[
889
  gr.Radio(["Trained with Data", "Chat about Data"], label="Mode"),
 
883
  """
884
 
885
  # Use Interface instead of Blocks
886
+ demo = gr.Interface(
887
  fn=datachat_interface,
888
  inputs=[
889
  gr.Radio(["Trained with Data", "Chat about Data"], label="Mode"),