Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ with gr.Blocks(title="PolyGenixAI", css="body { background-color: #1A1A1A; } .gr
|
|
497 |
|
498 |
@app.get("/api/test")
|
499 |
async def test_endpoint():
|
500 |
-
|
501 |
|
502 |
with gr.Tabs(elem_classes="gr-tab"):
|
503 |
with gr.Tab("Create 3D Model"):
|
|
|
497 |
|
498 |
@app.get("/api/test")
|
499 |
async def test_endpoint():
|
500 |
+
return {"message": "FastAPI is running"}
|
501 |
|
502 |
with gr.Tabs(elem_classes="gr-tab"):
|
503 |
with gr.Tab("Create 3D Model"):
|