玙珲 commited on
Commit
0f5e0af
·
1 Parent(s): 939e0e4

minor bug fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def parse_model_output(response_text: str, enable_thinking: bool) -> str:
106
 
107
 
108
  # --- MODIFIED Core Inference Logic (Now with Streaming) ---
109
- # @spaces.GPU
110
  def run_inference(
111
  chatbot: List,
112
  image_input: Optional[PIL.Image.Image],
 
106
 
107
 
108
  # --- MODIFIED Core Inference Logic (Now with Streaming) ---
109
+ @spaces.GPU
110
  def run_inference(
111
  chatbot: List,
112
  image_input: Optional[PIL.Image.Image],