harshvardhan96 commited on
Commit
fd0862d
1 Parent(s): dfaf13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -71,11 +71,4 @@ with gr.Blocks() as demo:
71
 
72
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
73
 
74
- # Launch the Gradio interface on Hugging Face Spaces
75
- iface = gr.Interface(
76
- fn=demo,
77
- title="Chatbot",
78
- description="Talk to the chatbot and it will respond!"
79
- )
80
-
81
- iface.launch()
 
71
 
72
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
73
 
74
+ demo.launch()