Yanqing0327 commited on
Commit
fe5d0d3
·
verified ·
1 Parent(s): 1a69403

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://26cc-169-233-7-11.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://ac1a-169-233-7-11.ngrok-free.app/predict/"
6
 
7
  def chat(image, text):
8
  """Call the local LLaVA server API"""