add disclaimer for lack of a space gpu
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Global Dataset Maker") as app:
|
|
78 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
79 |
)
|
80 |
gr.Markdown(
|
81 |
-
"This Space will create a dataset for you, all automatically."
|
82 |
)
|
83 |
with gr.Tabs():
|
84 |
with gr.TabItem("Download Video"):
|
|
|
78 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
79 |
)
|
80 |
gr.Markdown(
|
81 |
+
"This Space will create a dataset for you, all automatically. **Please be warned that due to not having a GPU on this Space, some steps might take longer to complete, so please be patient.**"
|
82 |
)
|
83 |
with gr.Tabs():
|
84 |
with gr.TabItem("Download Video"):
|