test / app.py
PlaceReporter99's picture
Update app.py
522bf4e
raw
history blame
133 Bytes
import gradio as gr
import random
gr.Interface(fn=lambda x:''.join(random.sample(x, len(x))), inputs="text", outputs="text").launch()