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