Spaces:
Runtime error
Runtime error
Commit
·
28bf071
1
Parent(s):
c11e1ff
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate_response(user_prompt):
|
|
33 |
iface = gr.Interface(
|
34 |
fn=generate_response,
|
35 |
inputs="text",
|
36 |
-
outputs="
|
37 |
title="Detect Prompt Category",
|
38 |
description="Enter a prompt",
|
39 |
)
|
|
|
33 |
iface = gr.Interface(
|
34 |
fn=generate_response,
|
35 |
inputs="text",
|
36 |
+
outputs="json",
|
37 |
title="Detect Prompt Category",
|
38 |
description="Enter a prompt",
|
39 |
)
|