DonImages commited on
Commit
81b1867
·
verified ·
1 Parent(s): d2d8e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -74,6 +74,9 @@ def infer(
74
  print(f"Error during image generation: {e}") # Print error for debugging
75
  return f"Error: {e}", seed # Return error to Gradio interface
76
 
 
 
 
77
 
78
  css = """
79
  #col-container {
 
74
  print(f"Error during image generation: {e}") # Print error for debugging
75
  return f"Error: {e}", seed # Return error to Gradio interface
76
 
77
+ examples = [
78
+ "A capybara wearing a suit holding a sign that reads Hello World",
79
+ ]
80
 
81
  css = """
82
  #col-container {