Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from gtts import gTTS
|
|
3 |
from io import BytesIO
|
4 |
import IPython.display as ipd
|
5 |
|
6 |
-
Load model
|
7 |
codellama_model = gr.Interface.load("models/meta-llama/CodeLlama-7b-Python-hf")
|
8 |
deepseek_model = gr.Interface.load("models/deepseek-ai/deepseek-coder-1.3b-instruct")
|
9 |
|
|
|
3 |
from io import BytesIO
|
4 |
import IPython.display as ipd
|
5 |
|
|
|
6 |
codellama_model = gr.Interface.load("models/meta-llama/CodeLlama-7b-Python-hf")
|
7 |
deepseek_model = gr.Interface.load("models/deepseek-ai/deepseek-coder-1.3b-instruct")
|
8 |
|