Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def generate_meme(domain: str) -> MemeResponse:
|
|
63 |
meme_data = json.loads(json_string)
|
64 |
else:
|
65 |
raise ValueError("No valid JSON found in the response")
|
66 |
-
|
67 |
print("Stable Diffusion Prompt:", meme_data['stableDiffusionPrompt'])
|
68 |
print("Top Text:", meme_data['topText'])
|
69 |
print("Bottom Text:", meme_data['bottomText'])
|
|
|
63 |
meme_data = json.loads(json_string)
|
64 |
else:
|
65 |
raise ValueError("No valid JSON found in the response")
|
66 |
+
print(" Meme subject :",domain)
|
67 |
print("Stable Diffusion Prompt:", meme_data['stableDiffusionPrompt'])
|
68 |
print("Top Text:", meme_data['topText'])
|
69 |
print("Bottom Text:", meme_data['bottomText'])
|