Spaces:
Runtime error
Runtime error
# -*- coding: utf-8 -*- | |
"""Unt24314212442itled0.ipynb | |
Automatically generated by Colaboratory. | |
Original file is located at | |
https://colab.research.google.com/drive/1ESP90X7oIWvzEaEYUbh2Lp05cgpXSnZ8 | |
""" | |
import gradio as gr | |
import os | |
HF_TOKEN = os.environ.get("HUGGING_FACE_HUB_TOKEN") | |
gr.load("shellypeng/Anime-AI-Pack", src="spaces", hf_token=HF_TOKEN).launch(debug=True, share=True) |