Arafath10 commited on
Commit
2729551
·
verified ·
1 Parent(s): ae5f2f2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -23,7 +23,7 @@ print(message)
23
 
24
 
25
  @app.post("/get_image_for_text")
26
- async def get_image_for_text(b_id:int,product_name:str)
27
  # main
28
  data,message = dc.get_data(b_id = b_id , product_name = product_name)
29
  if message=="done":
 
23
 
24
 
25
  @app.post("/get_image_for_text")
26
+ async def get_image_for_text(b_id:int,product_name:str):
27
  # main
28
  data,message = dc.get_data(b_id = b_id , product_name = product_name)
29
  if message=="done":