blackshadow1 commited on
Commit
f359636
·
verified ·
1 Parent(s): 668dced

updated the routes code ✅✅

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ def end_call():
63
 
64
  # Gradio interface
65
  with gr.Blocks() as demo:
66
- gr.Markdown("<h1 style='text-align: center;'>AI Doctor Avatar</h1>")
67
  gr.Markdown("<p style='text-align: center;'>Interact with the AI Doctor to resolve your health-related queries.</p>")
68
 
69
  with gr.Row():
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  gr.HTML("""
73
  <div style="position: relative; overflow: hidden; aspect-ratio: 16/9;">
74
  <video autoplay muted loop preload="none" style="width: 100%; height: auto; border-radius: 10px;">
75
- <source src="https://ff-resource.aistudios.com/2025-05-01/6813589d929f360ef7c28ecd.completed.mp4" type="video/mp4">
76
  Your browser does not support the video tag.
77
  </video>
78
  </div>
 
63
 
64
  # Gradio interface
65
  with gr.Blocks() as demo:
66
+ gr.Markdown("<h1 style='text-align: center; color: #4CAF50;'>AI Doctor Avatar</h1>")
67
  gr.Markdown("<p style='text-align: center;'>Interact with the AI Doctor to resolve your health-related queries.</p>")
68
 
69
  with gr.Row():
 
72
  gr.HTML("""
73
  <div style="position: relative; overflow: hidden; aspect-ratio: 16/9;">
74
  <video autoplay muted loop preload="none" style="width: 100%; height: auto; border-radius: 10px;">
75
+ <source src="http://127.0.0.1:5000/serve_video/ai_doctor_avatar.mp4" type="video/mp4">
76
  Your browser does not support the video tag.
77
  </video>
78
  </div>