HangenYuu commited on
Commit
847becc
·
1 Parent(s): 075f36c

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
  from io import BytesIO
4
 
5
- url = 'http://146.190.200.87:8000/predict'
6
 
7
  def inference(input_image):
8
  # Convert the PIL image to bytes
 
2
  import requests
3
  from io import BytesIO
4
 
5
+ url = 'http://188.166.196.227:8000/predict'
6
 
7
  def inference(input_image):
8
  # Convert the PIL image to bytes