chg
Browse files
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?"],
|
| 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
|