SAUL19 commited on
Commit
875b8bd
·
1 Parent(s): 384d32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ def text_to_image(prompt, save_as):
52
 
53
 
54
 
55
- iface = gr.Interface(fn=text_to_image, inputs=[Textbox(label="prompt"), Textbox(label="save_as")], outputs="text")
56
  iface.launch()
 
52
 
53
 
54
 
55
+ iface = gr.Interface(fn=text_to_image, inputs=[Textbox(label="prompt"), Textbox(label="s3_save_as")], outputs="text")
56
  iface.launch()