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