Parthebhan commited on
Commit
bcdc794
·
verified ·
1 Parent(s): e9b00aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -32,6 +32,4 @@ automatidata_ga = gr.Interface(fn=automatidata,
32
  theme='dark'
33
  )
34
 
35
- # Launch the interface
36
- if __name__ == "__main__":
37
- automatidata_ga.launch(share=True)
 
32
  theme='dark'
33
  )
34
 
35
+ automatidata_ga.launch(auth = ('user','auto'),share=True)