jtdearmon commited on
Commit
6bc8ca2
·
verified ·
1 Parent(s): 5fea842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -324,9 +324,4 @@ with gr.Blocks() as demo:
324
  )
325
 
326
  if __name__ == "__main__":
327
- demo.launch(
328
- server_name="0.0.0.0",
329
- server_port=7860,
330
- share=True,
331
- auth=("DP", "DP#1234")
332
- )
 
324
  )
325
 
326
  if __name__ == "__main__":
327
+ demo.launch()