Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Untitled1.ipynb +6 -0
- gradio_demo/app.py +3 -3
Untitled1.ipynb
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [],
|
| 3 |
+
"metadata": {},
|
| 4 |
+
"nbformat": 4,
|
| 5 |
+
"nbformat_minor": 5
|
| 6 |
+
}
|
gradio_demo/app.py
CHANGED
|
@@ -423,8 +423,8 @@ def main(pretrained_model_name_or_path="wangqixun/YamerMIX_v8", enable_lcm_arg=F
|
|
| 423 |
align-items: center;
|
| 424 |
width: 100%;}
|
| 425 |
#store-btn {
|
| 426 |
-
background: #f2bb13 !important;
|
| 427 |
-
color:
|
| 428 |
}
|
| 429 |
'''
|
| 430 |
with gr.Blocks(css=css) as demo:
|
|
@@ -449,7 +449,7 @@ def main(pretrained_model_name_or_path="wangqixun/YamerMIX_v8", enable_lcm_arg=F
|
|
| 449 |
gallery4 = gr.Image(label="Generated Images")
|
| 450 |
email = gr.Textbox(label="Email", info="Enter your email address", value="")
|
| 451 |
consent = gr.Checkbox(label="I am giving my consent to use my data to share my AI Avtar and IDfy relevant information from time to time")
|
| 452 |
-
submit1 = gr.Button("
|
| 453 |
# with gr.Blocks(css=css) as demo:
|
| 454 |
|
| 455 |
# # description
|
|
|
|
| 423 |
align-items: center;
|
| 424 |
width: 100%;}
|
| 425 |
#store-btn {
|
| 426 |
+
background: linear-gradient(to right, #ffffff, #f2bb13); !important;
|
| 427 |
+
color: #254977 !important;
|
| 428 |
}
|
| 429 |
'''
|
| 430 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 449 |
gallery4 = gr.Image(label="Generated Images")
|
| 450 |
email = gr.Textbox(label="Email", info="Enter your email address", value="")
|
| 451 |
consent = gr.Checkbox(label="I am giving my consent to use my data to share my AI Avtar and IDfy relevant information from time to time")
|
| 452 |
+
submit1 = gr.Button("SUBMIT",elem_id="store-btn")
|
| 453 |
# with gr.Blocks(css=css) as demo:
|
| 454 |
|
| 455 |
# # description
|