Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,6 @@ with playground:
|
|
78 |
outputs=[generated_textbox])
|
79 |
|
80 |
with gr.TabItem("Text"):
|
81 |
-
gr.Markdown("""
|
82 |
-
> Text Summarization and Translation
|
83 |
-
""")
|
84 |
with gr.Row():
|
85 |
with gr.Column(scale=4):
|
86 |
gr.Markdown("""
|
|
|
78 |
outputs=[generated_textbox])
|
79 |
|
80 |
with gr.TabItem("Text"):
|
|
|
|
|
|
|
81 |
with gr.Row():
|
82 |
with gr.Column(scale=4):
|
83 |
gr.Markdown("""
|