Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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/hlpwp/") # 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.",
|