Spaces:
Runtime error
Runtime error
Commit
Β·
5dfae87
1
Parent(s):
19929b9
Update app.py
Browse files
app.py
CHANGED
@@ -160,11 +160,6 @@ def delete_endpoint(
|
|
160 |
return f"something went wrong {response.status_code} = {response.text}"
|
161 |
|
162 |
with gr.Blocks() as demo2:
|
163 |
-
gr.Markdown(
|
164 |
-
"""
|
165 |
-
## <center>------------------ (Deploy Your Model on π€ Endpoint) ------------------</center>
|
166 |
-
""")
|
167 |
-
|
168 |
gr.Markdown("""
|
169 |
#### Your π€ Access Token
|
170 |
""")
|
@@ -172,7 +167,11 @@ with gr.Blocks() as demo2:
|
|
172 |
show_label=False,
|
173 |
type="password"
|
174 |
)
|
175 |
-
|
|
|
|
|
|
|
|
|
176 |
gr.Markdown("""
|
177 |
#### Endpoint Name
|
178 |
""")
|
|
|
160 |
return f"something went wrong {response.status_code} = {response.text}"
|
161 |
|
162 |
with gr.Blocks() as demo2:
|
|
|
|
|
|
|
|
|
|
|
163 |
gr.Markdown("""
|
164 |
#### Your π€ Access Token
|
165 |
""")
|
|
|
167 |
show_label=False,
|
168 |
type="password"
|
169 |
)
|
170 |
+
|
171 |
+
gr.Markdown(
|
172 |
+
"""
|
173 |
+
### <center>------------------ (Deploy Your Model on π€ Endpoint) ------------------</center>
|
174 |
+
""")
|
175 |
gr.Markdown("""
|
176 |
#### Endpoint Name
|
177 |
""")
|