Spaces:
Running
Running
milwright
commited on
Commit
·
00e7556
1
Parent(s):
931fffa
Add deployment images and update support documentation
Browse files- Add img1-img26.png showing complete HuggingFace deployment workflow
- Update support_docs.py with correct image paths for visual guides
- Images cover: space creation, file upload, secrets config, build monitoring, configuration verification
- support_docs.py +10 -10
support_docs.py
CHANGED
@@ -103,7 +103,7 @@ def create_support_docs():
|
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1):
|
105 |
gr.Image(
|
106 |
-
value="img/
|
107 |
label="Space Creation Form",
|
108 |
show_label=True,
|
109 |
interactive=False,
|
@@ -112,7 +112,7 @@ def create_support_docs():
|
|
112 |
)
|
113 |
with gr.Column(scale=1):
|
114 |
gr.Image(
|
115 |
-
value="img/
|
116 |
label="Hardware Selection",
|
117 |
show_label=True,
|
118 |
interactive=False,
|
@@ -132,7 +132,7 @@ def create_support_docs():
|
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=1):
|
134 |
gr.Image(
|
135 |
-
value="img/
|
136 |
label="File Upload Interface",
|
137 |
show_label=True,
|
138 |
interactive=False,
|
@@ -141,7 +141,7 @@ def create_support_docs():
|
|
141 |
)
|
142 |
with gr.Column(scale=1):
|
143 |
gr.Image(
|
144 |
-
value="img/
|
145 |
label="Files After Upload",
|
146 |
show_label=True,
|
147 |
interactive=False,
|
@@ -161,7 +161,7 @@ def create_support_docs():
|
|
161 |
with gr.Row():
|
162 |
with gr.Column(scale=1):
|
163 |
gr.Image(
|
164 |
-
value="img/
|
165 |
label="API Key Secret Configuration",
|
166 |
show_label=True,
|
167 |
interactive=False,
|
@@ -170,7 +170,7 @@ def create_support_docs():
|
|
170 |
)
|
171 |
with gr.Column(scale=1):
|
172 |
gr.Image(
|
173 |
-
value="img/
|
174 |
label="Settings Variables and Secrets",
|
175 |
show_label=True,
|
176 |
interactive=False,
|
@@ -194,7 +194,7 @@ def create_support_docs():
|
|
194 |
with gr.Row():
|
195 |
with gr.Column(scale=1):
|
196 |
gr.Image(
|
197 |
-
value="img/
|
198 |
label="Build Process",
|
199 |
show_label=True,
|
200 |
interactive=False,
|
@@ -203,7 +203,7 @@ def create_support_docs():
|
|
203 |
)
|
204 |
with gr.Column(scale=1):
|
205 |
gr.Image(
|
206 |
-
value="img/
|
207 |
label="Successful Configuration",
|
208 |
show_label=True,
|
209 |
interactive=False,
|
@@ -238,8 +238,8 @@ def create_support_docs():
|
|
238 |
with gr.Row():
|
239 |
with gr.Column():
|
240 |
gr.Image(
|
241 |
-
value="img/
|
242 |
-
label="
|
243 |
show_label=True,
|
244 |
interactive=False,
|
245 |
width=500,
|
|
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=1):
|
105 |
gr.Image(
|
106 |
+
value="img/img17.png",
|
107 |
label="Space Creation Form",
|
108 |
show_label=True,
|
109 |
interactive=False,
|
|
|
112 |
)
|
113 |
with gr.Column(scale=1):
|
114 |
gr.Image(
|
115 |
+
value="img/img15.png",
|
116 |
label="Hardware Selection",
|
117 |
show_label=True,
|
118 |
interactive=False,
|
|
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=1):
|
134 |
gr.Image(
|
135 |
+
value="img/img9.png",
|
136 |
label="File Upload Interface",
|
137 |
show_label=True,
|
138 |
interactive=False,
|
|
|
141 |
)
|
142 |
with gr.Column(scale=1):
|
143 |
gr.Image(
|
144 |
+
value="img/img8.png",
|
145 |
label="Files After Upload",
|
146 |
show_label=True,
|
147 |
interactive=False,
|
|
|
161 |
with gr.Row():
|
162 |
with gr.Column(scale=1):
|
163 |
gr.Image(
|
164 |
+
value="img/img3.png",
|
165 |
label="API Key Secret Configuration",
|
166 |
show_label=True,
|
167 |
interactive=False,
|
|
|
170 |
)
|
171 |
with gr.Column(scale=1):
|
172 |
gr.Image(
|
173 |
+
value="img/img4.png",
|
174 |
label="Settings Variables and Secrets",
|
175 |
show_label=True,
|
176 |
interactive=False,
|
|
|
194 |
with gr.Row():
|
195 |
with gr.Column(scale=1):
|
196 |
gr.Image(
|
197 |
+
value="img/img7.png",
|
198 |
label="Build Process",
|
199 |
show_label=True,
|
200 |
interactive=False,
|
|
|
203 |
)
|
204 |
with gr.Column(scale=1):
|
205 |
gr.Image(
|
206 |
+
value="img/img1.png",
|
207 |
label="Successful Configuration",
|
208 |
show_label=True,
|
209 |
interactive=False,
|
|
|
238 |
with gr.Row():
|
239 |
with gr.Column():
|
240 |
gr.Image(
|
241 |
+
value="img/img13.png",
|
242 |
+
label="Getting Started Documentation",
|
243 |
show_label=True,
|
244 |
interactive=False,
|
245 |
width=500,
|