Spaces:
Sleeping
Sleeping
Commit
·
5e762bd
1
Parent(s):
c4a8ce1
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,8 @@ def txtRouletteHandler(x, y):
|
|
29 |
return letterize(x)
|
30 |
if (rn == 2):
|
31 |
return flip_text(x)
|
|
|
|
|
32 |
|
33 |
with gr.Blocks(title="Josiah's Gradio Playground") as playground:
|
34 |
gr.Markdown("# Josiah's Gradio Playground")
|
|
|
29 |
return letterize(x)
|
30 |
if (rn == 2):
|
31 |
return flip_text(x)
|
32 |
+
else
|
33 |
+
return flip_text(x)
|
34 |
|
35 |
with gr.Blocks(title="Josiah's Gradio Playground") as playground:
|
36 |
gr.Markdown("# Josiah's Gradio Playground")
|