chansung commited on
Commit
d32a13b
·
verified ·
1 Parent(s): 6189109

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -1,6 +1,6 @@
1
  import argparse
2
  import gradio as gr
3
- from app.ui import chat
4
 
5
  def main(args):
6
  demo = gr.ChatInterface(
 
1
  import argparse
2
  import gradio as gr
3
+ from ui import chat
4
 
5
  def main(args):
6
  demo = gr.ChatInterface(