KingNish commited on
Commit
e1e239a
1 Parent(s): a105c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
-
3
- # Import modules from other files
4
  from chatbot import model_inference, EXAMPLES, chatbot
5
  from voice_chat import respond
6
 
 
1
  import gradio as gr
2
+ import spaces
 
3
  from chatbot import model_inference, EXAMPLES, chatbot
4
  from voice_chat import respond
5