Reality123b commited on
Commit
607b1d4
·
verified ·
1 Parent(s): bd41ace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -349,13 +349,13 @@ class XylariaChat:
349
 
350
  return demo
351
 
352
- def main():
353
- chat = XylariaChat()
354
- interface = chat.create_interface()
355
- interface.launch(
356
- share=True,
357
- debug=True
358
- )
359
 
360
  if __name__ == "__main__":
361
  main()
 
349
 
350
  return demo
351
 
352
+ def main():
353
+ chat = XylariaChat()
354
+ interface = chat.create_interface()
355
+ interface.launch(
356
+ share=True,
357
+ debug=True
358
+ )
359
 
360
  if __name__ == "__main__":
361
  main()