Ahmed235 commited on
Commit
fafce10
·
verified ·
1 Parent(s): b093982

Update app.py

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