gjbooth2 commited on
Commit
c01e289
1 Parent(s): d3fab9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
65
  playground_btn.click(image_gen_modified,outputs = playground_out)
66
 
67
 
68
- demo.launch(auth = ('CS614','CS614'))
69
 
 
65
  playground_btn.click(image_gen_modified,outputs = playground_out)
66
 
67
 
68
+ demo.launch()
69