Hev832 commited on
Commit
6f3b316
1 Parent(s): 9c79cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ RVC TTS → [🌐 Github](https://github.com/Blane187/rvc-tts.git)
268
 
269
  """
270
 
271
- app = gr.Blocks(theme='otit/violet', title="RVC-TTS")
272
  with app:
273
  gr.Markdown(initial_md)
274
  gr.Markdown(Another_md)
 
268
 
269
  """
270
 
271
+ app = gr.Blocks(title="RVC-TTS")
272
  with app:
273
  gr.Markdown(initial_md)
274
  gr.Markdown(Another_md)