Spaces:
Runtime error
Runtime error
Commit
·
6fe10ae
1
Parent(s):
ea29a35
update troubleshooting
Browse files
app.py
CHANGED
|
@@ -471,7 +471,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
| 471 |
gr.Markdown(
|
| 472 |
"""
|
| 473 |
- Error or Unexpected Results? _Please try again after refreshing the page and ensure you do not click the same button multiple times._
|
| 474 |
-
- Performance Issues or No GPU Allocation? _Consider running the demo locally
|
| 475 |
"""
|
| 476 |
)
|
| 477 |
|
|
|
|
| 471 |
gr.Markdown(
|
| 472 |
"""
|
| 473 |
- Error or Unexpected Results? _Please try again after refreshing the page and ensure you do not click the same button multiple times._
|
| 474 |
+
- Performance Issues or No GPU Allocation? _Consider running the demo locally (click the dots in the top-right corner). Alternatively, you can subscribe to Hugging Face Pro for an increased GPU quota._
|
| 475 |
"""
|
| 476 |
)
|
| 477 |
|