Hev832 commited on
Commit
b21c237
•
1 Parent(s): 81e5d62

Rename train (1).py to app.py

Browse files
Files changed (1) hide show
  1. train (1).py → app.py +2 -2
train (1).py → app.py RENAMED
@@ -6,13 +6,13 @@ os.makedirs("dataset",exist_ok=True)
6
  model_library = CachedModels()
7
 
8
 
9
- with gr.Blocks(title="🔊") as app:
10
  with gr.Row():
11
  gr.Markdown(
12
  """
13
  # Blane Rvc Mainline
14
 
15
- "Please read Credits!
16
  """
17
  )
18
  with gr.Tabs():
 
6
  model_library = CachedModels()
7
 
8
 
9
+ with gr.Blocks(title="Blane rvc Mainline backup") as app:
10
  with gr.Row():
11
  gr.Markdown(
12
  """
13
  # Blane Rvc Mainline
14
 
15
+ "Please read Credits!"
16
  """
17
  )
18
  with gr.Tabs():