Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ def text_score(text):
|
|
287 |
result=text_api(text)
|
288 |
return result
|
289 |
|
290 |
-
with gr.Blocks(
|
291 |
with gr.Row():
|
292 |
with gr.Column(scale=2):
|
293 |
input_text=gr.Textbox(label="input")
|
|
|
287 |
result=text_api(text)
|
288 |
return result
|
289 |
|
290 |
+
with gr.Blocks() as text_all:
|
291 |
with gr.Row():
|
292 |
with gr.Column(scale=2):
|
293 |
input_text=gr.Textbox(label="input")
|