Pooja P commited on
Commit
a93ab10
·
1 Parent(s): 0101a92

changed to api iinterfaceeee

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def clean_topic(topic):
41
  # output = query({"inputs": prompt})
42
  # return output[0]["generated_text"]
43
 
44
- def generate_blog(topic):
45
  topic = clean_topic(topic)
46
  prompt = f"""
47
  Write a detailed and engaging blog post about "{topic}".
 
41
  # output = query({"inputs": prompt})
42
  # return output[0]["generated_text"]
43
 
44
+ def generate_blog(topic):
45
  topic = clean_topic(topic)
46
  prompt = f"""
47
  Write a detailed and engaging blog post about "{topic}".