Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ def save_image(image_input, output_dir="saved_images"):
|
|
| 166 |
raise ValueError("Invalid image input type")
|
| 167 |
|
| 168 |
def process_image(image_file_path):
|
| 169 |
-
client = Client("https://tonic1-official-qwen-vl-chat.hf.space/--replicas/
|
| 170 |
try:
|
| 171 |
result = client.predict(
|
| 172 |
"Describe this image in detail, identify every detail in this image. Describe the image the best you can.", # TruEra
|
|
|
|
| 166 |
raise ValueError("Invalid image input type")
|
| 167 |
|
| 168 |
def process_image(image_file_path):
|
| 169 |
+
client = Client("https://tonic1-official-qwen-vl-chat.hf.space/--replicas/t5ccx/") # TruEra
|
| 170 |
try:
|
| 171 |
result = client.predict(
|
| 172 |
"Describe this image in detail, identify every detail in this image. Describe the image the best you can.", # TruEra
|