Update app.py
Browse files
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='
|
| 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='bethecloud/storj_theme', title="Global Dataset Maker") as app:
|
| 133 |
gr.HTML(
|
| 134 |
"<h1> Welcome to the Cafeteria (formally GDMGS)!</h1>"
|
| 135 |
)
|