phi-4 / app.py
Siddartha10's picture
Update app.py
25bed0d verified
raw
history blame
147 Bytes
import gradio as gr
themes='1024m/1024m-1'
with gr.Blocks(theme=gr.themes) as demo:
gr.load("models/Siddartha10/LLama-3B-A50").launch()
# code