Update app.py
Browse files
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"
|
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 |
)
|