Spaces:
Runtime error
Runtime error
Commit
·
7222f99
1
Parent(s):
d28456e
Rename app.py to app1.py
Browse files- app.py → app1.py +2 -2
app.py → app1.py
RENAMED
@@ -9,7 +9,7 @@ hf_api = HfApi(
|
|
9 |
token = gr.Textbox(label="token hugging face", placeholder="hg_...")
|
10 |
|
11 |
|
12 |
-
|
13 |
-
|
14 |
|
15 |
gr.Interface.load("stabilityai/stable-diffusion-xl-base-0.9", src="models").launch()
|
|
|
9 |
token = gr.Textbox(label="token hugging face", placeholder="hg_...")
|
10 |
|
11 |
|
12 |
+
api.create_repo(repo_id=repo_id, repo_type="space", space_sdk="gradio")
|
13 |
+
|
14 |
|
15 |
gr.Interface.load("stabilityai/stable-diffusion-xl-base-0.9", src="models").launch()
|