Kvikontent commited on
Commit
e1da499
β€’
1 Parent(s): e7b5b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ description = "This app uses Hugging Face AI model to generate an image based on
23
  input_prompt = gr.Textbox(label="Enter Prompt πŸ“", placeholder="E.g. 'A peaceful garden with a small cottage'")
24
  output_generated_image = gr.Image(label="Generated Image")
25
 
26
- with gr.Blocks(theme=gr.theme.Soft()) as app:
27
  caption = "Generate Image"
28
  iface = gr.Interface(
29
  generate_image_from_prompt,
 
23
  input_prompt = gr.Textbox(label="Enter Prompt πŸ“", placeholder="E.g. 'A peaceful garden with a small cottage'")
24
  output_generated_image = gr.Image(label="Generated Image")
25
 
26
+ with gr.Blocks(theme=gr.themes.Soft()) as app:
27
  caption = "Generate Image"
28
  iface = gr.Interface(
29
  generate_image_from_prompt,