Vijish commited on
Commit
8451447
Β·
verified Β·
1 Parent(s): 35025e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -385,5 +385,5 @@ with gr.Blocks() as demo:
385
  # At the end of your script:
386
  if __name__ == "__main__":
387
  # Your Gradio interface setup here
388
- demo.launch(auth=("user", "roland"), debug=True)
389
  clear_memory()
 
385
  # At the end of your script:
386
  if __name__ == "__main__":
387
  # Your Gradio interface setup here
388
+ demo.launch(auth=("roland", "roland"), debug=True)
389
  clear_memory()