Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import argparse
|
2 |
import gradio as gr
|
3 |
-
from
|
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(
|