KarmaCST commited on
Commit
23846ab
·
verified ·
1 Parent(s): 3603393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ examples=[
58
  # ]
59
 
60
  interface = gr.Interface(
61
- fn=translate_dzongkha_to_english,
62
  inputs=[
63
  gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
64
  gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
 
58
  # ]
59
 
60
  interface = gr.Interface(
61
+ fn=generate_image,
62
  inputs=[
63
  gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
64
  gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")