TheAwakenOne commited on
Commit
4db18c7
1 Parent(s): ab9ca3b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ demo = gr.Interface(
80
  examples=[
81
  ["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
82
  ["A serene landscape with mountains at sunset", 3.5, 1024, 1024]
83
- ]
84
- )
85
 
86
  # Launch the app
87
  if __name__ == "__main__":
 
80
  examples=[
81
  ["A close-up image of a green alien with fluorescent skin in the middle of a dark purple forest", 3.5, 1024, 1024],
82
  ["A serene landscape with mountains at sunset", 3.5, 1024, 1024]
83
+ ] # Properly closed the examples list
84
+ ) # Properly closed the Interface parenthesis
85
 
86
  # Launch the app
87
  if __name__ == "__main__":