Hev832 commited on
Commit
6343dce
·
verified ·
1 Parent(s): 8f4a812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Markodwn(
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