Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ def save_ideas(ideas):
|
|
22 |
with open("ideas.json", "w") as file:
|
23 |
json.dump(ideas, file)
|
24 |
|
|
|
25 |
# Function to generate content
|
26 |
@torch.no_grad()
|
27 |
def generate_content(topic):
|
|
|
22 |
with open("ideas.json", "w") as file:
|
23 |
json.dump(ideas, file)
|
24 |
|
25 |
+
|
26 |
# Function to generate content
|
27 |
@torch.no_grad()
|
28 |
def generate_content(topic):
|