yipengsun commited on
Commit
be7d6bf
·
1 Parent(s): d98a1e6

Increase Zero GPU duration to 600s for complete pipeline

Browse files
Files changed (1) hide show
  1. ui/callbacks.py +1 -1
ui/callbacks.py CHANGED
@@ -104,7 +104,7 @@ DEMO_CASES = {
104
  }
105
 
106
 
107
- @gpu_decorator(duration=180)
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.