Sapphire-356 commited on
Commit
6298c5f
·
1 Parent(s): e6b5aa1

fix bug: Video2MC.png

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -18,7 +18,9 @@ with gr.Blocks() as iface:
18
  text1 = gr.Markdown(
19
  f"""
20
  <div align=center>
21
- <img src="https://huggingface.co/spaces/Sapphire-356/Video2MC/blob/main/Video2MC.png" />
 
 
22
  </div>
23
  """
24
  )
 
18
  text1 = gr.Markdown(
19
  f"""
20
  <div align=center>
21
+
22
+ ![](file/Video2MC.png)
23
+
24
  </div>
25
  """
26
  )