Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
175 |
)
|
176 |
|
177 |
# === Enable GPU mode and launch
|
@@ -180,4 +180,4 @@ def main():
|
|
180 |
iface.launch()
|
181 |
|
182 |
if __name__ == "__main__":
|
183 |
-
|
|
|
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()
|