File size: 133 Bytes
a73b730
 
522bf4e
1
2
3
import gradio as gr
import random
gr.Interface(fn=lambda x:''.join(random.sample(x, len(x))), inputs="text", outputs="text").launch()