joshuaberkowitzus commited on
Commit
69f1f6e
·
verified ·
1 Parent(s): 6fc170d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
63
 
64
  # 4. Add Examples
65
  gr.Examples(
66
- examples=["Hello, how are you?"],["Machine learning is fascinating."],
67
  inputs=input_english,
68
  outputs=output_french,
69
  fn=translate_text
 
63
 
64
  # 4. Add Examples
65
  gr.Examples(
66
+ examples=["Hello, how are you?"],
67
  inputs=input_english,
68
  outputs=output_french,
69
  fn=translate_text