John6666 commited on
Commit
594ea93
1 Parent(s): 4cf344f

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +3 -0
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆😻
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 4.41.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
@@ -23,6 +23,7 @@ models:
23
  - davisbro/half_illustration
24
  - Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style
25
  - linoyts/yarn_art_Flux_LoRA
 
26
  ---
27
 
28
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
23
  - davisbro/half_illustration
24
  - Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style
25
  - linoyts/yarn_art_Flux_LoRA
26
+ hf_oauth: true
27
  ---
28
 
29
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -719,5 +719,8 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', fill_width=True, css=css, delete_cache
719
  ]
720
  )
721
 
 
 
 
722
  app.queue()
723
  app.launch()
 
719
  ]
720
  )
721
 
722
+ gr.LoginButton()
723
+ gr.DuplicateButton(value="Duplicate Space for private use. (This demo does not work on CPU. Requires GPU Space.)")
724
+
725
  app.queue()
726
  app.launch()