Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import requests
|
3 |
|
4 |
# Your ngrok URL (ensure it is correct)
|
5 |
-
API_URL = "https://
|
6 |
|
7 |
def chat(image, text):
|
8 |
"""Call the local LLaVA server API"""
|
|
|
2 |
import requests
|
3 |
|
4 |
# Your ngrok URL (ensure it is correct)
|
5 |
+
API_URL = "https://e961-169-233-7-2.ngrok-free.app/predict/"
|
6 |
|
7 |
def chat(image, text):
|
8 |
"""Call the local LLaVA server API"""
|