Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ source_lang_list.extend(languages.keys())
|
|
25 |
@click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
|
26 |
@click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
27 |
def main(debug, share):
|
28 |
-
description = """"""
|
29 |
gr.Markdown(description)
|
30 |
|
31 |
# Define Gradio inputs and outputs
|
|
|
25 |
@click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
|
26 |
@click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
27 |
def main(debug, share):
|
28 |
+
description = """"""
|
29 |
gr.Markdown(description)
|
30 |
|
31 |
# Define Gradio inputs and outputs
|