Spaces:
Running
Running
admin
commited on
Commit
·
b9da84c
1
Parent(s):
26e6faf
upd examples
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Keep Demos Alive
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: Keep Demos Alive
|
3 |
+
emoji: 🕓
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -61,7 +61,7 @@ if __name__ == "__main__":
|
|
61 |
hf_txt = gr.Textbox(
|
62 |
label="Restart a space with permissions",
|
63 |
placeholder="username/repo",
|
64 |
-
value="
|
65 |
)
|
66 |
with gr.Row():
|
67 |
clhf_btn = gr.Button("Clear")
|
@@ -71,7 +71,7 @@ if __name__ == "__main__":
|
|
71 |
ms_txt = gr.Textbox(
|
72 |
label="Restart a studio with permissions",
|
73 |
placeholder="username/repo",
|
74 |
-
value="
|
75 |
)
|
76 |
with gr.Row():
|
77 |
clms_btn = gr.Button("Clear")
|
|
|
61 |
hf_txt = gr.Textbox(
|
62 |
label="Restart a space with permissions",
|
63 |
placeholder="username/repo",
|
64 |
+
value="Genius-Society/online_tools",
|
65 |
)
|
66 |
with gr.Row():
|
67 |
clhf_btn = gr.Button("Clear")
|
|
|
71 |
ms_txt = gr.Textbox(
|
72 |
label="Restart a studio with permissions",
|
73 |
placeholder="username/repo",
|
74 |
+
value="Genius-Society/online_tools",
|
75 |
)
|
76 |
with gr.Row():
|
77 |
clms_btn = gr.Button("Clear")
|