susnato commited on
Commit
015409b
1 Parent(s): e3c975e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def inference(file_uploaded, composer):
60
 
61
 
62
  # Thanks a lot to "https://huggingface.co/Taithrah" for this theme.
63
- # taken from https://huggingface.co/spaces/NoCrypt/miku
64
  block = gr.Blocks(theme="Taithrah/Minimal")
65
 
66
  with block:
 
60
 
61
 
62
  # Thanks a lot to "https://huggingface.co/Taithrah" for this theme.
63
+ # taken from https://huggingface.co/spaces/Taithrah/Minimal
64
  block = gr.Blocks(theme="Taithrah/Minimal")
65
 
66
  with block: