Spaces:
Runtime error
Runtime error
Update pages/jarvis.py
Browse files- pages/jarvis.py +0 -1
pages/jarvis.py
CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
import edge_tts
|
4 |
import tempfile
|
5 |
-
import os
|
6 |
|
7 |
# Initialize voice chat pipeline and other settings
|
8 |
default_lang = "en"
|
|
|
2 |
from transformers import pipeline
|
3 |
import edge_tts
|
4 |
import tempfile
|
|
|
5 |
|
6 |
# Initialize voice chat pipeline and other settings
|
7 |
default_lang = "en"
|