Spaces:
Runtime error
Runtime error
Dawoodthouseef
commited on
Commit
·
0710652
1
Parent(s):
1008300
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
import torch
|
4 |
|
5 |
# Load the model
|
|
|
1 |
import gradio as gr
|
2 |
+
from ctransformers import AutoModelForCausalLM, AutoTokenizer
|
3 |
import torch
|
4 |
|
5 |
# Load the model
|