Update app.py
Browse files
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
|