fenfan commited on
Commit
09b05c1
·
1 Parent(s): 1a15f5f

fix:remove example_text

Browse files
Files changed (2) hide show
  1. README copy.md +0 -17
  2. app.py +1 -2
README copy.md DELETED
@@ -1,17 +0,0 @@
1
- ---
2
- title: USO
3
- emoji: 💻
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.23.3
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Freely Combining Any Subjects with Any Styles Across All Scenarios.
12
- models:
13
- - black-forest-labs/FLUX.1-dev
14
- - bytedance-research/UNO
15
- ---
16
-
17
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app.py CHANGED
@@ -82,7 +82,7 @@ def get_examples(examples_dir: str = "assets/examples") -> list:
82
 
83
  example_list = []
84
 
85
- example_list.append(example_dict["usage"]) # case for
86
  example_list.append(example_dict["prompt"]) # prompt
87
 
88
  for key in ["image_ref1", "image_ref2", "image_ref3"]:
@@ -202,7 +202,6 @@ def create_demo(
202
  gr.Examples(
203
  examples=examples,
204
  inputs=[
205
- example_text,
206
  prompt,
207
  image_prompt1,
208
  image_prompt2,
 
82
 
83
  example_list = []
84
 
85
+ # example_list.append(example_dict["usage"]) # case for
86
  example_list.append(example_dict["prompt"]) # prompt
87
 
88
  for key in ["image_ref1", "image_ref2", "image_ref3"]:
 
202
  gr.Examples(
203
  examples=examples,
204
  inputs=[
 
205
  prompt,
206
  image_prompt1,
207
  image_prompt2,