Spaces:
Runtime error
Runtime error
michailroussos
commited on
Commit
·
f9e2c2e
1
Parent(s):
c8295e7
small change
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from unsloth import FastLanguageModel
|
3 |
from transformers import TextStreamer
|
|
|
4 |
|
5 |
# Load the model and tokenizer locally
|
6 |
max_seq_length = 2048
|
|
|
1 |
import gradio as gr
|
2 |
from unsloth import FastLanguageModel
|
3 |
from transformers import TextStreamer
|
4 |
+
import torch
|
5 |
|
6 |
# Load the model and tokenizer locally
|
7 |
max_seq_length = 2048
|