tnzkm commited on
Commit
70ea3e0
·
1 Parent(s): 84ff688

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -6,4 +6,8 @@ def greet(name):
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  if __name__ == "__main__":
9
- demo.launch(show_api=False)
 
 
 
 
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  if __name__ == "__main__":
9
+ demo.launch(
10
+ show_api=False,
11
+ auth=('test', 'test'),
12
+ auth_message='Auth now'
13
+ )