Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import requests
|
4 |
import io
|
5 |
|
6 |
-
url="
|
7 |
def inference_chat(input_image,input_text):
|
8 |
with io.BytesIO() as buf:
|
9 |
input_image.save(buf, 'jpeg')
|
|
|
3 |
import requests
|
4 |
import io
|
5 |
|
6 |
+
url=""
|
7 |
def inference_chat(input_image,input_text):
|
8 |
with io.BytesIO() as buf:
|
9 |
input_image.save(buf, 'jpeg')
|