Kryptone commited on
Commit
a497454
·
verified ·
1 Parent(s): 77da9c4

name change update

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def mvsep_list_available_models():
285
 
286
  with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") as app:
287
  gr.HTML(
288
- "<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
289
  )
290
  gr.Markdown("## Duplicate this space if you want to make your own changes!")
291
  gr.HTML(
@@ -417,6 +417,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
417
  )
418
 
419
  with gr.TabItem("Changelog"):
 
420
  gr.Markdown("v0.99.4 - Added a button to display the available models for MVSEP.")
421
  gr.Markdown("v0.99.3 - Added MVSEP in Misc Tools. This is VERY EXPERIMENTAL and there will be bugs present.")
422
  gr.Markdown("v0.99.2 - Added an mp4 file converter.")
 
285
 
286
  with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") as app:
287
  gr.HTML(
288
+ "<h1> Welcome to the Cafeteria! (formally GDMGS) </h1>"
289
  )
290
  gr.Markdown("## Duplicate this space if you want to make your own changes!")
291
  gr.HTML(
 
417
  )
418
 
419
  with gr.TabItem("Changelog"):
420
+ gr.Markdown("0.99.5 - Name change from GDMGS to Cafeteria for easier pronunciation.")
421
  gr.Markdown("v0.99.4 - Added a button to display the available models for MVSEP.")
422
  gr.Markdown("v0.99.3 - Added MVSEP in Misc Tools. This is VERY EXPERIMENTAL and there will be bugs present.")
423
  gr.Markdown("v0.99.2 - Added an mp4 file converter.")