Chris Addis commited on
Commit
33e8ffe
·
1 Parent(s): 7e8ff28

more tests

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def create_demo():
177
  ("Llama 4 Maverick (free)", "meta-llama/llama-4-maverick:free")
178
  ]
179
 
180
- login_button = gr.LoginButton(visible=False)
181
 
182
  upload_button = gr.UploadButton(
183
  "Click to Upload Images",
 
177
  ("Llama 4 Maverick (free)", "meta-llama/llama-4-maverick:free")
178
  ]
179
 
180
+ login_button = gr.LoginButton()#visible=False
181
 
182
  upload_button = gr.UploadButton(
183
  "Click to Upload Images",