Update app.py
Browse files
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 {
|