Kryptone commited on
Commit
71de8cb
·
verified ·
1 Parent(s): 327f96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def split_by_dur(file_upload, dur_to_cut):
129
  return gr.Error(traceback.format_exc())
130
 
131
 
132
- with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") as app:
133
  gr.HTML(
134
  "<h1> Welcome to the Cafeteria (formally GDMGS)!</h1>"
135
  )
 
129
  return gr.Error(traceback.format_exc())
130
 
131
 
132
+ with gr.Blocks(theme='ParityError/Interstellar', title="Global Dataset Maker") as app:
133
  gr.HTML(
134
  "<h1> Welcome to the Cafeteria (formally GDMGS)!</h1>"
135
  )