Spaces:
Runtime error
Runtime error
Commit
Β·
d30afcf
1
Parent(s):
23bfd0f
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks() as demo2:
|
|
170 |
|
171 |
gr.Markdown(
|
172 |
"""
|
173 |
-
### <br><center>------------------ (Deploy Your Model on π€ Endpoint) ------------------</center>
|
174 |
""")
|
175 |
gr.Markdown("""
|
176 |
#### Endpoint Name
|
@@ -323,7 +323,7 @@ with gr.Blocks() as demo2:
|
|
323 |
|
324 |
# Delete Endpoint
|
325 |
gr.Markdown("""
|
326 |
-
### <br><center>------------------ (Delete Endpoint) ------------------</center>
|
327 |
""")
|
328 |
gr.Markdown("""
|
329 |
#### Endpoint Name
|
@@ -350,7 +350,7 @@ with gr.Blocks() as demo2:
|
|
350 |
)
|
351 |
|
352 |
gr.Markdown("""
|
353 |
-
### <br><center>------------------ (Instance Pricing Table) ------------------</center>
|
354 |
#### Pricing Table(CPU) - 2023/2/22
|
355 |
""")
|
356 |
|
@@ -391,5 +391,5 @@ with gr.Blocks() as demo2:
|
|
391 |
)
|
392 |
|
393 |
gr.TabbedInterface(
|
394 |
-
[demo2], ["
|
395 |
).launch(enable_queue=True)
|
|
|
170 |
|
171 |
gr.Markdown(
|
172 |
"""
|
173 |
+
### <br><center style="color:green">------------------ (Deploy Your Model on π€ Endpoint) ------------------</center>
|
174 |
""")
|
175 |
gr.Markdown("""
|
176 |
#### Endpoint Name
|
|
|
323 |
|
324 |
# Delete Endpoint
|
325 |
gr.Markdown("""
|
326 |
+
### <br><center style="color:green">------------------ (Delete Endpoint) ------------------</center>
|
327 |
""")
|
328 |
gr.Markdown("""
|
329 |
#### Endpoint Name
|
|
|
350 |
)
|
351 |
|
352 |
gr.Markdown("""
|
353 |
+
### <br><center style="color:green">------------------ (Instance Pricing Table) ------------------</center>
|
354 |
#### Pricing Table(CPU) - 2023/2/22
|
355 |
""")
|
356 |
|
|
|
391 |
)
|
392 |
|
393 |
gr.TabbedInterface(
|
394 |
+
[demo2], ["HF Endpoint Tool"]
|
395 |
).launch(enable_queue=True)
|