Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ def main():
|
|
33 |
it will take a little time to download it.
|
34 |
"""
|
35 |
)
|
|
|
36 |
with gr.Row(variant="panel"):
|
37 |
text = gr.Textbox(label="Text", placeholder="Insert your article here...")
|
38 |
|
|
|
33 |
it will take a little time to download it.
|
34 |
"""
|
35 |
)
|
36 |
+
gr.api_name="textTOPepe"
|
37 |
with gr.Row(variant="panel"):
|
38 |
text = gr.Textbox(label="Text", placeholder="Insert your article here...")
|
39 |
|