File size: 209 Bytes
11aeb76
 
 
b402e7b
11aeb76
0446051
11aeb76
7b79906
0446051
1
2
3
4
5
6
7
8
9
import gradio as gr
from transformers import AutoTokenizer, AutoModelForCausalLM
from typing import List, Tuple
import torch

#model_name = "Hawoly18/Adia_Llama3.1"


gr.load("Hawoly18/Adia_Llama3.1").launch()