PlaceReporter99 commited on
Commit
522bf4e
1 Parent(s): a73b730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
  import random
3
- gr.Interface(fn=lambda x:''.join(random.sample(x, len(x))), inputs="text", outputs="text")
 
1
  import gradio as gr
2
  import random
3
+ gr.Interface(fn=lambda x:''.join(random.sample(x, len(x))), inputs="text", outputs="text").launch()