eaglelandsonce commited on
Commit
833cdfd
1 Parent(s): 1a4f438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def generate_audio(prompt):
118
  # Function to call Clarifai API
119
  def get_image_concepts(created_image):
120
  channel = ClarifaiChannel.get_grpc_channel()
121
- stub = service_pb2_grpc.V2Stub(pchannel)
122
 
123
  buffer = BytesIO()
124
  created_image.save(buffer, format='PNG')
 
118
  # Function to call Clarifai API
119
  def get_image_concepts(created_image):
120
  channel = ClarifaiChannel.get_grpc_channel()
121
+ stub = service_pb2_grpc.V2Stub(channel)
122
 
123
  buffer = BytesIO()
124
  created_image.save(buffer, format='PNG')