jozzy commited on
Commit
4d4e543
·
1 Parent(s): 39874b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ audio = gr.Interface(fn=audioGPT, inputs=gr.Audio(source="microphone", type="fil
54
  demo = gr.TabbedInterface([text, audio], [ "chatGPT", "audioGPT"])
55
 
56
  if __name__ == "__main__":
57
- demo.launch(share=True, auth=("os.environ['username']", "os.environ['password']"))
58
  #demo.launch()
 
54
  demo = gr.TabbedInterface([text, audio], [ "chatGPT", "audioGPT"])
55
 
56
  if __name__ == "__main__":
57
+ demo.launch(auth=("os.environ['username']", "os.environ['password']"))
58
  #demo.launch()