Spaces:
Runtime error
Runtime error
PlaceReporter99
commited on
Commit
•
522bf4e
1
Parent(s):
a73b730
Update app.py
Browse files
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()
|