Spaces:
Sleeping
Sleeping
capitalise markdown
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Interface(
|
|
56 |
inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
|
57 |
outputs="text"
|
58 |
) as iface:
|
59 |
-
gr.
|
60 |
iface.launch(enable_queue=True)
|
61 |
|
62 |
authors = """
|
|
|
56 |
inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
|
57 |
outputs="text"
|
58 |
) as iface:
|
59 |
+
gr.Markdown(logo, unsafe_allow_html=True)
|
60 |
iface.launch(enable_queue=True)
|
61 |
|
62 |
authors = """
|