seawolf2357 commited on
Commit
7867fd1
·
verified ·
1 Parent(s): cd7ee34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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