Mo-alaa commited on
Commit
90e0882
·
1 Parent(s): 42050b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):