Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -961,6 +961,7 @@ class T2MGradioUI:
|
|
| 961 |
|
| 962 |
def build_ui(self):
|
| 963 |
with gr.Blocks(css=APP_CSS) as demo:
|
|
|
|
| 964 |
self.use_prompt_engineering_state = gr.State(self.prompt_engineering_available)
|
| 965 |
self.output_dir_state = gr.State(self.output_dir)
|
| 966 |
|
|
|
|
| 961 |
|
| 962 |
def build_ui(self):
|
| 963 |
with gr.Blocks(css=APP_CSS) as demo:
|
| 964 |
+
gr.LoginButton(value="Option: HuggingFace 'Login' for extra GPU quota +", size="sm")
|
| 965 |
self.use_prompt_engineering_state = gr.State(self.prompt_engineering_available)
|
| 966 |
self.output_dir_state = gr.State(self.output_dir)
|
| 967 |
|