Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 |
)
|