Spaces:
Running
on
L40S
Running
on
L40S
zR
commited on
Commit
•
c2c07ee
1
Parent(s):
9797fa8
gradio work
Browse files
app.py
CHANGED
@@ -171,11 +171,6 @@ with gr.Blocks() as demo:
|
|
171 |
"✨Upon pressing the enhanced prompt button, we will use [GLM-4 Model](https://github.com/THUDM/GLM-4) to polish the prompt and overwrite the original one."
|
172 |
)
|
173 |
enhance_button = gr.Button("✨ Enhance Prompt(Optional)")
|
174 |
-
|
175 |
-
gr.Markdown(
|
176 |
-
"<span style='color:red; font-weight:bold;'>For the CogVideoX-5B model, 50 steps will take approximately 120 seconds.</span>"
|
177 |
-
)
|
178 |
-
|
179 |
with gr.Group():
|
180 |
with gr.Column():
|
181 |
with gr.Row():
|
|
|
171 |
"✨Upon pressing the enhanced prompt button, we will use [GLM-4 Model](https://github.com/THUDM/GLM-4) to polish the prompt and overwrite the original one."
|
172 |
)
|
173 |
enhance_button = gr.Button("✨ Enhance Prompt(Optional)")
|
|
|
|
|
|
|
|
|
|
|
174 |
with gr.Group():
|
175 |
with gr.Column():
|
176 |
with gr.Row():
|