Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks() as demo:
|
|
214 |
push_hub.click(fn=push_to_hub, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|
215 |
with gr.TabItem("note"):
|
216 |
with gr.Row():
|
217 |
-
gr.
|
218 |
"""
|
219 |
# Note:
|
220 |
If you use google colab make sure you follow this step
|
|
|
214 |
push_hub.click(fn=push_to_hub, inputs=[result_output, hf_token_input, repo_id_input], outputs=[upload_output])
|
215 |
with gr.TabItem("note"):
|
216 |
with gr.Row():
|
217 |
+
gr.Markdown(
|
218 |
"""
|
219 |
# Note:
|
220 |
If you use google colab make sure you follow this step
|