name change update
Browse files
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
|
| 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.")
|