seawolf2357 commited on
Commit
73ef68b
ยท
1 Parent(s): 25e5468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def gradio_generate_status(content_id):
126
  html_link = f'<a href="{download_url}" target="_blank">{display_text}</a>'
127
 
128
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ๋น„๋””์˜ค ์ž„๋ฒ ๋“œ
129
- html_video = f'<iframe src="{download_url}" width="320" height="240" frameborder="0" allowfullscreen></iframe>'
130
 
131
  # ๋งํฌ์™€ ๋น„๋””์˜ค ๋‘˜ ๋‹ค ๋ฐ˜ํ™˜
132
  return html_link + '<br>' + html_video
 
126
  html_link = f'<a href="{download_url}" target="_blank">{display_text}</a>'
127
 
128
  # iframe์„ ์‚ฌ์šฉํ•˜์—ฌ ๋น„๋””์˜ค ์ž„๋ฒ ๋“œ
129
+ html_video = f'<iframe src="{download_url}" width="640" height="360" frameborder="0" allowfullscreen></iframe>'
130
 
131
  # ๋งํฌ์™€ ๋น„๋””์˜ค ๋‘˜ ๋‹ค ๋ฐ˜ํ™˜
132
  return html_link + '<br>' + html_video