Spaces:
Sleeping
Sleeping
Commit
·
ae43fce
1
Parent(s):
4e72599
Update app.py
Browse files
app.py
CHANGED
@@ -162,10 +162,9 @@ with gr.Blocks() as demo:
|
|
162 |
# mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
|
163 |
with gr.Row():
|
164 |
QLabel = gr.Label(label="Humanized")
|
|
|
165 |
with gr.Row():
|
166 |
-
|
167 |
-
highlighter_iface = gr.Label(label='Humanized Highlighter')
|
168 |
-
|
169 |
|
170 |
with gr.Group():
|
171 |
with gr.Row():
|
@@ -283,7 +282,7 @@ with gr.Blocks() as demo:
|
|
283 |
quillbot_highlighter.click(
|
284 |
fn=analyze_and_highlight,
|
285 |
inputs=[input_text],
|
286 |
-
outputs=
|
287 |
api_name="quillbot_highlighter",
|
288 |
)
|
289 |
|
|
|
162 |
# mc1on1Label = gr.Label(label="Creator(1 on 1 Approach)")
|
163 |
with gr.Row():
|
164 |
QLabel = gr.Label(label="Humanized")
|
165 |
+
|
166 |
with gr.Row():
|
167 |
+
highlighter_html = gr.HTML(label='Humanized Highlighter')
|
|
|
|
|
168 |
|
169 |
with gr.Group():
|
170 |
with gr.Row():
|
|
|
282 |
quillbot_highlighter.click(
|
283 |
fn=analyze_and_highlight,
|
284 |
inputs=[input_text],
|
285 |
+
outputs=[highlighter_html],
|
286 |
api_name="quillbot_highlighter",
|
287 |
)
|
288 |
|