Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def generateZep(inputuno):
|
|
55 |
|
56 |
|
57 |
input_prompt = gr.Textbox(label="Actua como: ", value="Chef")
|
58 |
-
input_promptdos = gr.Textbox(label="Prompt: ", value="Recipe for ham croquettes")
|
59 |
output_component = gr.Textbox(label="Output: ")
|
60 |
examples = [["photographer"], ["developer"], ["teacher"], ["human resources staff"], ["recipe for ham croquettes"]]
|
61 |
description = ""
|
|
|
55 |
|
56 |
|
57 |
input_prompt = gr.Textbox(label="Actua como: ", value="Chef")
|
58 |
+
# input_promptdos = gr.Textbox(label="Prompt: ", value="Recipe for ham croquettes")
|
59 |
output_component = gr.Textbox(label="Output: ")
|
60 |
examples = [["photographer"], ["developer"], ["teacher"], ["human resources staff"], ["recipe for ham croquettes"]]
|
61 |
description = ""
|