Spaces:
Runtime error
Runtime error
Update hf_demo/einstein/views.py
Browse files
hf_demo/einstein/views.py
CHANGED
|
@@ -13,7 +13,7 @@ from einstein.ml_service import MlProcessing
|
|
| 13 |
|
| 14 |
class TestView(APIView):
|
| 15 |
def get(self, request):
|
| 16 |
-
return render(request, '
|
| 17 |
|
| 18 |
class FileProcessingView(APIView):
|
| 19 |
def post(self, request):
|
|
|
|
| 13 |
|
| 14 |
class TestView(APIView):
|
| 15 |
def get(self, request):
|
| 16 |
+
return render(request, 'index.html')
|
| 17 |
|
| 18 |
class FileProcessingView(APIView):
|
| 19 |
def post(self, request):
|