kwabs22 commited on
Commit
83e773c
·
1 Parent(s): 09ce032

asset path is forward slash

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -711,9 +711,9 @@ with gr.Blocks() as demo:
711
  gr.HTML("Price - Coding - https://aider.chat/docs/leaderboards/ - https://www.deepseek.com/ 0.3 per million - is this per token or chinese character as that means converting code to chinese if possible can save api cost?")
712
  with gr.Tab("Asset loading test"):
713
  with gr.Row():
714
- gr.Image(value="testmedia\Flash scribble SDXL - random squiggles as roads.webp")
715
  gr.Video(value="testmedia/SVD - random squiggles as roads video 004484.mp4")
716
- gr.Audio(value="testmedia\Stable Audio - Raindrops, output.wav")
717
  gr.HTML("Placeholder to test use as all media loader for ease of prototyping")
718
 
719
  demo.launch()
 
711
  gr.HTML("Price - Coding - https://aider.chat/docs/leaderboards/ - https://www.deepseek.com/ 0.3 per million - is this per token or chinese character as that means converting code to chinese if possible can save api cost?")
712
  with gr.Tab("Asset loading test"):
713
  with gr.Row():
714
+ gr.Image(value="testmedia/Flash scribble SDXL - random squiggles as roads.webp")
715
  gr.Video(value="testmedia/SVD - random squiggles as roads video 004484.mp4")
716
+ gr.Audio(value="testmedia/Stable Audio - Raindrops, output.wav")
717
  gr.HTML("Placeholder to test use as all media loader for ease of prototyping")
718
 
719
  demo.launch()