Loewolf-Chat / app.py
Loewolf's picture
Update app.py
db924a3
raw
history blame
167 Bytes
import gradio as gr
# Laden des GPT-Modells von Hugging Face und Erstellen der Gradio-Schnittstelle
interface = gr.Interface.load("models/Loewolf/GPT_1").launch()