Spaces:
Sleeping
Sleeping
liudongqing
commited on
Commit
•
a41dac0
1
Parent(s):
19f284d
Fixed the output
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def score_it(input_img):
|
|
76 |
demo = gr.Interface(fn=score_it, title="Upload your English script and get the score",
|
77 |
inputs=[gr.Image()],
|
78 |
outputs=[gr.Textbox(label="Text", lines=10), gr.Markdown(
|
79 |
-
label="Score",
|
80 |
stop_btn="Stop Generation",
|
81 |
)
|
82 |
|
|
|
76 |
demo = gr.Interface(fn=score_it, title="Upload your English script and get the score",
|
77 |
inputs=[gr.Image()],
|
78 |
outputs=[gr.Textbox(label="Text", lines=10), gr.Markdown(
|
79 |
+
label="Score", show_label=True)],
|
80 |
stop_btn="Stop Generation",
|
81 |
)
|
82 |
|