Ahmed235 commited on
Commit
2fc9168
·
verified ·
1 Parent(s): 18332e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def predict_pptx_content(file_path):
39
  iface = gr.Interface(
40
  fn=predict_pptx_content,
41
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
42
- outputs=["text", "text"], # Predicted Label, Evaluation
43
  live=False, # Change to True for one-time analysis
44
  title="<h1 style='color: lightgreen; text-align: center;'>HackTalk Analyzer</h1>",
45
  )
 
39
  iface = gr.Interface(
40
  fn=predict_pptx_content,
41
  inputs=gr.File(type="filepath", label="Upload PowerPoint (.pptx) file"),
42
+ outputs=["text"], # Predicted Label, Evaluation
43
  live=False, # Change to True for one-time analysis
44
  title="<h1 style='color: lightgreen; text-align: center;'>HackTalk Analyzer</h1>",
45
  )