Tonic commited on
Commit
b43370d
1 Parent(s): 40675ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def save_image(image_input, output_dir="saved_images"):
163
 
164
  def process_image(image_file_path):
165
  print("Entering process_image function")
166
- client = Client("https://tonic1-official-qwen-vl-chat.hf.space/--replicas/rz7zp/") # TruEra
167
  try:
168
  result = client.predict(
169
  "Describe this image in detail, identify every detail in this image. Describe the image the best you can.",
 
163
 
164
  def process_image(image_file_path):
165
  print("Entering process_image function")
166
+ client = Client("https://tonic1-official-qwen-vl-chat.hf.space/--replicas/86976/") # TruEra
167
  try:
168
  result = client.predict(
169
  "Describe this image in detail, identify every detail in this image. Describe the image the best you can.",