aidevhund commited on
Commit
ec70d48
·
verified ·
1 Parent(s): 7e5cf7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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