Spaces:
Running on Zero
Running on Zero
Increase Zero GPU duration to 600s for complete pipeline
Browse files- ui/callbacks.py +1 -1
ui/callbacks.py
CHANGED
|
@@ -104,7 +104,7 @@ DEMO_CASES = {
|
|
| 104 |
}
|
| 105 |
|
| 106 |
|
| 107 |
-
@gpu_decorator(duration=
|
| 108 |
def analyze_streaming(image: Image.Image | None, diagnosis: str, context: str, modality: str):
|
| 109 |
"""
|
| 110 |
Generator: run pipeline and yield single HTML output after each agent step.
|
|
|
|
| 104 |
}
|
| 105 |
|
| 106 |
|
| 107 |
+
@gpu_decorator(duration=600)
|
| 108 |
def analyze_streaming(image: Image.Image | None, diagnosis: str, context: str, modality: str):
|
| 109 |
"""
|
| 110 |
Generator: run pipeline and yield single HTML output after each agent step.
|