Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def get_simple_joke() -> str:
|
|
| 93 |
|
| 94 |
except Exception as e:
|
| 95 |
return f"Error: {str(e)}"
|
| 96 |
-
|
| 97 |
# Import tool from Hub
|
| 98 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 99 |
|
|
|
|
| 93 |
|
| 94 |
except Exception as e:
|
| 95 |
return f"Error: {str(e)}"
|
| 96 |
+
|
| 97 |
# Import tool from Hub
|
| 98 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 99 |
|