Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ async def codeinterpreter(prompt, files):
|
|
21 |
|
22 |
app = gr.Interface(
|
23 |
fn=codeinterpreter, inputs=[
|
24 |
-
gr.
|
25 |
gr.Files(),
|
26 |
], outputs=["text","gallery"]
|
27 |
)
|
|
|
21 |
|
22 |
app = gr.Interface(
|
23 |
fn=codeinterpreter, inputs=[
|
24 |
+
gr.Textbox(label="prompt",info="input the prompt"),
|
25 |
gr.Files(),
|
26 |
], outputs=["text","gallery"]
|
27 |
)
|