Spaces:
Runtime error
Runtime error
Commit
·
eb1feee
1
Parent(s):
a9a3e19
add troubleshooting
Browse files
app.py
CHANGED
|
@@ -179,8 +179,14 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
|
|
| 179 |
value="🤗 Pretrained Models", link="https://huggingface.co/kiwhansong/DFoT"
|
| 180 |
)
|
| 181 |
|
| 182 |
-
with gr.Accordion("Troubleshooting:
|
| 183 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
|
| 185 |
with gr.Tab("Any # of Images → Short Video", id="task-1"):
|
| 186 |
gr.Markdown(
|
|
|
|
| 179 |
value="🤗 Pretrained Models", link="https://huggingface.co/kiwhansong/DFoT"
|
| 180 |
)
|
| 181 |
|
| 182 |
+
with gr.Accordion("Troubleshooting: Not Working or Too Slow?", open=False):
|
| 183 |
+
gr.Markdown(
|
| 184 |
+
"""
|
| 185 |
+
- Error or Unexpected Results? _Please try again after refreshing the page._
|
| 186 |
+
- Performance Issues or No GPU Allocation? _Consider running the demo locally by cloning the repository (click the dots in the top-right corner)_.
|
| 187 |
+
"""
|
| 188 |
+
)
|
| 189 |
+
|
| 190 |
|
| 191 |
with gr.Tab("Any # of Images → Short Video", id="task-1"):
|
| 192 |
gr.Markdown(
|