nevreal commited on
Commit
b7635d9
·
verified ·
1 Parent(s): 7d73a25

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +4 -3
  2. app (1).py +3 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Nevreal Stocking Anarchy Anime Ponyxl Lora Nochekaiser
3
- emoji: 🏢
4
  colorFrom: purple
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
@@ -10,3 +10,4 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: stocking-anarchy-nochekaiser Demo
3
+ emoji: 🖼
4
  colorFrom: purple
5
+ colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
app (1).py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+ import os
3
+ demo = gr.load("nevreal/stocking-anarchy-nochekaiser", src="models", hf_token=os.environ.get("HF_TOKEN")).launch()