Yanqing0327 commited on
Commit
54a90f5
·
verified ·
1 Parent(s): 418d6a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://328e-169-233-7-2.ngrok-free.app/predict/"
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"""