fractaldna22's picture
Update app.py
078b416
raw
history blame contribute delete
179 Bytes
import gradio as gr
import huggingface_hub
interface = gr.Interface.load("models/fractaldna22/GPT_2_Marxism", api_key="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")
interface.launch()