Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,11 +34,7 @@ APP_ID_NEWSGUARDIAN = "your_app_id"
|
|
34 |
MODEL_ID_NEWSGUARDIAN = "your_model_id"
|
35 |
MODEL_VERSION_ID_NEWSGUARDIAN = "your_model_version_id"
|
36 |
|
37 |
-
|
38 |
-
import streamlit as st
|
39 |
-
from clarifai_grpc.channel.clarifai_channel import ClarifaiChannel
|
40 |
-
from clarifai_grpc.grpc.api import resources_pb2, service_pb2, service_pb2_grpc
|
41 |
-
from clarifai_grpc.grpc.api.status import status_code_pb2
|
42 |
|
43 |
|
44 |
|
|
|
34 |
MODEL_ID_NEWSGUARDIAN = "your_model_id"
|
35 |
MODEL_VERSION_ID_NEWSGUARDIAN = "your_model_version_id"
|
36 |
|
37 |
+
|
|
|
|
|
|
|
|
|
38 |
|
39 |
|
40 |
|