File size: 197 Bytes
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


#model_name = "Hawoly18/Adia_Llama3.1"


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