Ahmed235 commited on
Commit
f92706a
·
verified ·
1 Parent(s): d6ff263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict_pptx_content(file_path):
51
  iface = gr.Interface(
52
  fn=predict_pptx_content,
53
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
54
- outputs=[gr.Textbox("Summary"), gr.Textbox("Evaluation"), gr.Textbox("Predicted_Label")],
55
  live=False,
56
  title="<h1 style='color: lightgreen; text-align: center;'>HackTalk Analyzer</h1>",
57
  )
 
51
  iface = gr.Interface(
52
  fn=predict_pptx_content,
53
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
54
+ outputs=["text"],
55
  live=False,
56
  title="<h1 style='color: lightgreen; text-align: center;'>HackTalk Analyzer</h1>",
57
  )