Spaces:
Sleeping
Sleeping
Commit
·
4260ecb
1
Parent(s):
f12eba0
first commit
Browse files
app.py
CHANGED
@@ -108,12 +108,6 @@ def run_lora(prompt, negative_prompt, cfg_scale, steps, selected_index, schedule
|
|
108 |
return image
|
109 |
|
110 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
111 |
-
gr.Markdown("# artificialguybr LoRA Portfolio")
|
112 |
-
gr.Markdown(
|
113 |
-
"### This is my portfolio. Follow me on Twitter [@artificialguybr](https://twitter.com/artificialguybr).\n"
|
114 |
-
"**Note**: Generation quality may vary. For best results, adjust the parameters.\n"
|
115 |
-
"Special thanks to Hugging Face for their Diffusers library and Spaces platform."
|
116 |
-
)
|
117 |
|
118 |
selected_index = gr.State(None)
|
119 |
|
|
|
108 |
return image
|
109 |
|
110 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
selected_index = gr.State(None)
|
113 |
|