Spaces:
Runtime error
Runtime error
| 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() |
| 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() |