change theme
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def all_in_one_inator(ytvideo, download_yt_video_as, min_duration, max_duration,
|
|
194 |
time.sleep(2)
|
195 |
return "Process done successfully! Check below for zipped files!", zip_file_name
|
196 |
|
197 |
-
with gr.Blocks(theme='
|
198 |
gr.HTML(
|
199 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
200 |
)
|
|
|
194 |
time.sleep(2)
|
195 |
return "Process done successfully! Check below for zipped files!", zip_file_name
|
196 |
|
197 |
+
with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") as app:
|
198 |
gr.HTML(
|
199 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
200 |
)
|