Voryoji commited on
Commit
8a17025
1 Parent(s): e3817c2

Update Saihara

Browse files
Files changed (1) hide show
  1. Saihara +7 -1
Saihara CHANGED
@@ -21,4 +21,10 @@ library_name: fairseq
21
  pipeline_tag: audio-to-audio
22
  tags:
23
  - art
24
- ---
 
 
 
 
 
 
 
21
  pipeline_tag: audio-to-audio
22
  tags:
23
  - art
24
+ ---
25
+ def return_text(text):
26
+ if text > 5:
27
+ return text
28
+
29
+ y = return_text(2)
30
+ y.real()