johnhelf commited on
Commit
944a11c
·
1 Parent(s): bcabe95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","gallery"]
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()