Spaces:
Runtime error
Runtime error
Commit
·
a34e67e
1
Parent(s):
d55732b
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ def delete_endpoint(
|
|
162 |
with gr.Blocks() as demo2:
|
163 |
gr.Markdown(
|
164 |
"""
|
165 |
-
## <center
|
166 |
""")
|
167 |
|
168 |
gr.Markdown("""
|
@@ -324,12 +324,14 @@ with gr.Blocks() as demo2:
|
|
324 |
|
325 |
# Delete Endpoint
|
326 |
gr.Markdown("""
|
327 |
-
### <center
|
|
|
|
|
|
|
328 |
""")
|
329 |
delete_endpoint_name_input = gr.Textbox(
|
330 |
show_label=False
|
331 |
)
|
332 |
-
|
333 |
delete_button = gr.Button(
|
334 |
value="Delete",
|
335 |
)
|
@@ -349,7 +351,7 @@ with gr.Blocks() as demo2:
|
|
349 |
)
|
350 |
|
351 |
gr.Markdown("""
|
352 |
-
### <center
|
353 |
#### Pricing Table(CPU) - 2023/2/22
|
354 |
""")
|
355 |
|
|
|
162 |
with gr.Blocks() as demo2:
|
163 |
gr.Markdown(
|
164 |
"""
|
165 |
+
## <center>------------------ (Deploy Your Model on 🤗 Endpoint) ------------------</center>
|
166 |
""")
|
167 |
|
168 |
gr.Markdown("""
|
|
|
324 |
|
325 |
# Delete Endpoint
|
326 |
gr.Markdown("""
|
327 |
+
### <center>------------------ (Delete Endpoint) ------------------</center>
|
328 |
+
""")
|
329 |
+
gr.Markdown("""
|
330 |
+
#### Endpoint Name
|
331 |
""")
|
332 |
delete_endpoint_name_input = gr.Textbox(
|
333 |
show_label=False
|
334 |
)
|
|
|
335 |
delete_button = gr.Button(
|
336 |
value="Delete",
|
337 |
)
|
|
|
351 |
)
|
352 |
|
353 |
gr.Markdown("""
|
354 |
+
### <center>------------------ (Instance Pricing Table) ------------------</center>
|
355 |
#### Pricing Table(CPU) - 2023/2/22
|
356 |
""")
|
357 |
|