File size: 178 Bytes
4054021
9750706
 
4054021
 
9750706
4054021
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr
import os

#load your preffered model
app = gr.Interface.load(
             "spaces/lagrangian/artist",api_key=os.environ['auth_token'])

#launch
app.launch()