Spaces:
Runtime error
Runtime error
Commit
·
ea29a35
1
Parent(s):
630a074
fix typo
Browse files
app.py
CHANGED
|
@@ -470,7 +470,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
| 470 |
with gr.Accordion("Troubleshooting: Not Working or Too Slow?", open=False):
|
| 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 by cloning the repository (click the dots in the top-right corner). Alternatively, you can subscribe to Hugging Face Pro for an increased GPU quota._
|
| 475 |
"""
|
| 476 |
)
|
|
|
|
| 470 |
with gr.Accordion("Troubleshooting: Not Working or Too Slow?", open=False):
|
| 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 by cloning the repository (click the dots in the top-right corner). Alternatively, you can subscribe to Hugging Face Pro for an increased GPU quota._
|
| 475 |
"""
|
| 476 |
)
|