Rooni commited on
Commit
0aaeb17
·
1 Parent(s): 24da95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  gr.Interface(
57
  generate_image,
58
  inputs=[prompt, models, negative_prompt, sampling_method, sampling_steps, cfg_scale, seed],
59
- outputs=gr.outputs.Image(),
60
  title="Gradio Image Generator",
61
  tabs=[
62
  gr.Tab("Базовые настройки", [prompt, models]),
 
56
  gr.Interface(
57
  generate_image,
58
  inputs=[prompt, models, negative_prompt, sampling_method, sampling_steps, cfg_scale, seed],
59
+ outputs=gr.Image(),
60
  title="Gradio Image Generator",
61
  tabs=[
62
  gr.Tab("Базовые настройки", [prompt, models]),