Kryptone commited on
Commit
d963e62
·
1 Parent(s): 2820d37

change theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='NoCrypt/miku', title="Global Dataset Maker") as app:
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
  )