luo commited on
Commit
075f45f
·
verified ·
1 Parent(s): 0accb6e

imported gradio

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ chatbot = gr.ChatInterface()
4
+ chatbot.launch()