Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -409,5 +409,4 @@ with gr.Blocks() as lliface:
|
|
409 |
with gr.Tab("Dictionary from text"):
|
410 |
gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Two Letter Dictionary")
|
411 |
|
412 |
-
|
413 |
lliface.launch()
|
|
|
409 |
with gr.Tab("Dictionary from text"):
|
410 |
gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Two Letter Dictionary")
|
411 |
|
|
|
412 |
lliface.launch()
|