rphrp1985 commited on
Commit
a4804b8
1 Parent(s): 2d41de3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ async def get_answer(q: QueryM ):
141
 
142
 
143
 
144
- @app.post("/image")
145
  async def get_answer(q: Query ):
146
  text = q.text
147
  try:
 
141
 
142
 
143
 
144
+ @app.post("/image_new")
145
  async def get_answer(q: Query ):
146
  text = q.text
147
  try: