Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ message_inputs = [gr.Textbox(label="Message")]
|
|
252 |
iface = gr.Interface(
|
253 |
fn=analyze_composite,
|
254 |
inputs=[gr.File(file_types=[".txt",".png",".jpg",".jpeg"], label="Upload text or image")]
|
255 |
-
|
256 |
outputs=gr.Textbox(label="Analysis"),
|
257 |
title="Tether Analyzer (extended tone tags)",
|
258 |
description="Emotion profiling, pattern tags, and a wide set of nuanced tone categories—no abuse score or DARVO."
|
|
|
252 |
iface = gr.Interface(
|
253 |
fn=analyze_composite,
|
254 |
inputs=[gr.File(file_types=[".txt",".png",".jpg",".jpeg"], label="Upload text or image")]
|
255 |
+
] + message_inputs,
|
256 |
outputs=gr.Textbox(label="Analysis"),
|
257 |
title="Tether Analyzer (extended tone tags)",
|
258 |
description="Emotion profiling, pattern tags, and a wide set of nuanced tone categories—no abuse score or DARVO."
|