ARCQUB commited on
Commit
e636262
·
verified ·
1 Parent(s): b2bf7f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -171,7 +171,7 @@ iface = gr.Interface(
171
  ],
172
  title="🖼️ Vision Model Extractor - JSON + Pretty View",
173
  description="Upload a BPMN image and select a vision model to extract structured output. GPT-4o uses an API key from your Hugging Face Space Secret.",
174
- allow_flagging="never"
175
  )
176
 
177
  # === Enable GPU mode and launch
@@ -180,4 +180,4 @@ def main():
180
  iface.launch()
181
 
182
  if __name__ == "__main__":
183
- #main()
 
171
  ],
172
  title="🖼️ Vision Model Extractor - JSON + Pretty View",
173
  description="Upload a BPMN image and select a vision model to extract structured output. GPT-4o uses an API key from your Hugging Face Space Secret.",
174
+ flagging_mode="never"
175
  )
176
 
177
  # === Enable GPU mode and launch
 
180
  iface.launch()
181
 
182
  if __name__ == "__main__":
183
+ main()