Spaces:
Running
Running
mm commited on
Commit ·
dcace98
1
Parent(s): 1dd6854
Add CPU-only speed warning to HF Space demo
Browse files
app.py
CHANGED
|
@@ -72,7 +72,9 @@ demo = gr.Interface(
|
|
| 72 |
"Convert a static image to an editable PowerPoint file. "
|
| 73 |
"OCR detects text, classical CV builds a text mask, LAMA inpaints "
|
| 74 |
"the background clean, and python-pptx reconstructs editable text boxes.\n\n"
|
| 75 |
-
"
|
|
|
|
|
|
|
| 76 |
),
|
| 77 |
examples=[
|
| 78 |
["examples/chart_good1.png", "auto"],
|
|
|
|
| 72 |
"Convert a static image to an editable PowerPoint file. "
|
| 73 |
"OCR detects text, classical CV builds a text mask, LAMA inpaints "
|
| 74 |
"the background clean, and python-pptx reconstructs editable text boxes.\n\n"
|
| 75 |
+
"**Note:** This demo runs on CPU-only. Expect **4+ minutes** per image. "
|
| 76 |
+
"For faster results, run locally with GPU/Apple Silicon or use "
|
| 77 |
+
"[pxGenius.ai](https://pxgenius.ai) for a full browser-based editor."
|
| 78 |
),
|
| 79 |
examples=[
|
| 80 |
["examples/chart_good1.png", "auto"],
|