BoxzDev commited on
Commit
226ec18
·
verified ·
1 Parent(s): 9b2174d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -132,8 +132,6 @@ async def generate_text(item: Item = None):
132
 
133
  raise HTTPException(status_code=500, detail=error)
134
 
135
- return {"text": response_text} # ✅ Fixed format
136
-
137
  # Show online status
138
  @app.get("/")
139
  def root():
 
132
 
133
  raise HTTPException(status_code=500, detail=error)
134
 
 
 
135
  # Show online status
136
  @app.get("/")
137
  def root():