Spaces:
Runtime error
Runtime error
updated docker file
Browse files- Code/app.py +1 -1
Code/app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from fastapi import FastAPI
|
2 |
-
|
3 |
|
4 |
app = FastAPI()
|
5 |
|
|
|
1 |
from fastapi import FastAPI
|
2 |
+
|
3 |
|
4 |
app = FastAPI()
|
5 |
|