Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,7 @@ def summarize_and_translate(text):
|
|
| 26 |
|
| 27 |
return summary_in_ja
|
| 28 |
|
|
|
|
| 29 |
demo = gr.Interface(
|
| 30 |
fn=summarize_and_translate,
|
| 31 |
inputs=gr.Textbox(lines=5, placeholder="日本語の文章を入力してください"),
|
|
|
|
| 26 |
|
| 27 |
return summary_in_ja
|
| 28 |
|
| 29 |
+
|
| 30 |
demo = gr.Interface(
|
| 31 |
fn=summarize_and_translate,
|
| 32 |
inputs=gr.Textbox(lines=5, placeholder="日本語の文章を入力してください"),
|