Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import nest_asyncio
|
|
2 |
nest_asyncio.apply()
|
3 |
|
4 |
import streamlit as st
|
5 |
-
from transformers import pipeline
|
6 |
import torch
|
7 |
from gtts import gTTS
|
8 |
import io
|
|
|
2 |
nest_asyncio.apply()
|
3 |
|
4 |
import streamlit as st
|
5 |
+
from transformers import pipeline, BitsAndBytesConfig
|
6 |
import torch
|
7 |
from gtts import gTTS
|
8 |
import io
|