tnzkm commited on
Commit
44a306e
·
1 Parent(s): 70ea3e0

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. app.py +2 -2
README.md CHANGED
@@ -3,4 +3,7 @@ title: gradio-demo
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 4.8.0
 
 
6
  ---
 
 
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 4.8.0
6
+
7
+ hf_oauth: true
8
  ---
9
+
app.py CHANGED
@@ -8,6 +8,6 @@ demo = gr.Interface(fn=greet, inputs="text", outputs="text")
8
  if __name__ == "__main__":
9
  demo.launch(
10
  show_api=False,
11
- auth=('test', 'test'),
12
- auth_message='Auth now'
13
  )
 
8
  if __name__ == "__main__":
9
  demo.launch(
10
  show_api=False,
11
+ # auth=('test', 'test'),
12
+ # auth_message='Auth now'
13
  )