Futuretop commited on
Commit
2a43544
·
verified ·
1 Parent(s): 6affcd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -113,3 +113,5 @@ final_description = generate_15_sentences()
113
  print("\n📝 Full 15-Sentence Detailed Description:\n")
114
  for i, s in enumerate(final_description, 1):
115
  print(f"{i}. {s}")
 
 
 
113
  print("\n📝 Full 15-Sentence Detailed Description:\n")
114
  for i, s in enumerate(final_description, 1):
115
  print(f"{i}. {s}")
116
+
117
+ demo.launch()