Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import requests
|
3 |
from io import BytesIO
|
4 |
|
5 |
-
url = 'http://
|
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
|