Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3788,15 +3788,15 @@ demo = gr.ChatInterface(
|
|
3788 |
"https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-131420.png",
|
3789 |
"https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-125842.png"
|
3790 |
),
|
3791 |
-
placeholder="
|
3792 |
show_copy_all_button=True
|
3793 |
),
|
3794 |
additional_inputs=[
|
3795 |
-
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏
|
3796 |
-
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨
|
3797 |
-
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️
|
3798 |
],
|
3799 |
-
theme="TejAndrewsACC/
|
3800 |
css=css
|
3801 |
)
|
3802 |
|
|
|
3788 |
"https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-131420.png",
|
3789 |
"https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-125842.png"
|
3790 |
),
|
3791 |
+
placeholder="🤖Hi, I'm ConversePTG🤖",
|
3792 |
show_copy_all_button=True
|
3793 |
),
|
3794 |
additional_inputs=[
|
3795 |
+
gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏ConversePTG's Maximum Response Length📏"),
|
3796 |
+
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨ConversePTG's Creativity🎨👨🎨"),
|
3797 |
+
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️ConversePTG's Neural Activity⚡️🧠")
|
3798 |
],
|
3799 |
+
theme="TejAndrewsACC/ACC",
|
3800 |
css=css
|
3801 |
)
|
3802 |
|