Spaces:
Runtime error
Runtime error
Commit
·
77a0383
1
Parent(s):
dc2f37a
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo2:
|
|
193 |
""")
|
194 |
|
195 |
gr.Markdown("""
|
196 |
-
#### Target Model Version(branch)
|
197 |
""")
|
198 |
|
199 |
with gr.Row():
|
@@ -281,7 +281,7 @@ with gr.Blocks() as demo2:
|
|
281 |
)
|
282 |
|
283 |
status_txt = gr.Textbox(
|
284 |
-
value="
|
285 |
interactive=False
|
286 |
)
|
287 |
|
|
|
193 |
""")
|
194 |
|
195 |
gr.Markdown("""
|
196 |
+
#### Target Model Version(branch commit hash)
|
197 |
""")
|
198 |
|
199 |
with gr.Row():
|
|
|
281 |
)
|
282 |
|
283 |
status_txt = gr.Textbox(
|
284 |
+
value="status",
|
285 |
interactive=False
|
286 |
)
|
287 |
|