test / app.py
redpeacock78
fix: Fix app.py
6d205a0
raw
history blame
163 Bytes
import os
import gradio as gr
auth_token = os.environ.get("TOKEN_FROM_SECRET") or True
gr.Interface.load("models/redpeacock78/test", api_key=auth_token).launch()