yakine commited on
Commit
d1b3892
·
verified ·
1 Parent(s): 45e1143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def generate_qa(request: GenerateQARequest):
135
  def read_root():
136
  return {"message": "Welcome to the Arabic Text Generation API!"}
137
 
138
- ####################################
139
  # Running the FastAPI Server
140
  ####################################
141
  import uvicorn
 
135
  def read_root():
136
  return {"message": "Welcome to the Arabic Text Generation API!"}
137
 
138
+ ###################################
139
  # Running the FastAPI Server
140
  ####################################
141
  import uvicorn