Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
3 |
from typing import List, Tuple
|
|
|
4 |
|
5 |
|
6 |
model_name = "Hawoly18/Adia_Llama3.1"
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
3 |
from typing import List, Tuple
|
4 |
+
import torch
|
5 |
|
6 |
|
7 |
model_name = "Hawoly18/Adia_Llama3.1"
|