Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ app = gr.Interface(
|
|
30 |
gr.Textbox(label="openai_key"),
|
31 |
gr.Textbox(label="prompt",info="input the prompt"),
|
32 |
gr.Files(),
|
33 |
-
], outputs=["text","
|
34 |
)
|
35 |
app.launch()
|
|
|
30 |
gr.Textbox(label="openai_key"),
|
31 |
gr.Textbox(label="prompt",info="input the prompt"),
|
32 |
gr.Files(),
|
33 |
+
], outputs=["text","files"]
|
34 |
)
|
35 |
app.launch()
|