Spaces:
Sleeping
Sleeping
Gaurav vashistha
commited on
Commit
·
c91372f
1
Parent(s):
8f7658e
fix: update deprecated Gemini model and remove status badges
Browse files- agent.py +1 -1
- stitch_continuity_dashboard/code.html +0 -8
agent.py
CHANGED
|
@@ -62,7 +62,7 @@ def analyze_only(path_a, path_c, job_id=None):
|
|
| 62 |
update_job_status(job_id, "analyzing", 30, "Director drafting creative morph...")
|
| 63 |
|
| 64 |
res = client.models.generate_content(
|
| 65 |
-
model="gemini-2.0-flash
|
| 66 |
contents=[prompt, file_a, file_c],
|
| 67 |
config=types.GenerateContentConfig(response_mime_type="application/json")
|
| 68 |
)
|
|
|
|
| 62 |
update_job_status(job_id, "analyzing", 30, "Director drafting creative morph...")
|
| 63 |
|
| 64 |
res = client.models.generate_content(
|
| 65 |
+
model="gemini-2.0-flash",
|
| 66 |
contents=[prompt, file_a, file_c],
|
| 67 |
config=types.GenerateContentConfig(response_mime_type="application/json")
|
| 68 |
)
|
stitch_continuity_dashboard/code.html
CHANGED
|
@@ -98,14 +98,6 @@
|
|
| 98 |
<span class="material-symbols-outlined">movie_filter</span>
|
| 99 |
</div>
|
| 100 |
<h1 class="text-xl font-display font-bold tracking-tight">Continuity</h1>
|
| 101 |
-
<div class="flex items-center gap-2 px-2 py-1 bg-green-500/10 border border-green-500/20 rounded-full ml-2">
|
| 102 |
-
<div class="size-1.5 rounded-full bg-green-500 animate-pulse"></div>
|
| 103 |
-
<span class="text-[10px] font-bold text-green-500 uppercase tracking-wider">Online</span>
|
| 104 |
-
</div>
|
| 105 |
-
<div class="flex items-center gap-2 px-2 py-1 bg-green-500/10 border border-green-500/20 rounded-full ml-2">
|
| 106 |
-
<div class="size-1.5 rounded-full bg-green-500 animate-pulse"></div>
|
| 107 |
-
<span class="text-[10px] font-bold text-green-500 uppercase tracking-wider">Online</span>
|
| 108 |
-
</div>
|
| 109 |
</div>
|
| 110 |
|
| 111 |
<div class="flex items-center gap-3">
|
|
|
|
| 98 |
<span class="material-symbols-outlined">movie_filter</span>
|
| 99 |
</div>
|
| 100 |
<h1 class="text-xl font-display font-bold tracking-tight">Continuity</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
</div>
|
| 102 |
|
| 103 |
<div class="flex items-center gap-3">
|