Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|