yeonsue commited on
Commit
e547037
·
verified ·
1 Parent(s): 1ade98b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. template.py +1 -1
template.py CHANGED
@@ -12,4 +12,4 @@ def inference(user_prompt):
12
  demo = gr.Interface(fn=inference, inputs="textbox", outputs="textbox")
13
 
14
  if __name__ == "__main__":
15
- demo.launch(share=True, auth=("username", "password"))
 
12
  demo = gr.Interface(fn=inference, inputs="textbox", outputs="textbox")
13
 
14
  if __name__ == "__main__":
15
+ demo.launch(share=True)