SamanthaStorm commited on
Commit
ebc9c70
·
verified ·
1 Parent(s): 9bd4211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- + ] + 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."
 
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."