Spaces:
Runtime error
Runtime error
delete prints
Browse files
app.py
CHANGED
|
@@ -30,9 +30,6 @@ def image_to_base64(image_path):
|
|
| 30 |
|
| 31 |
@spaces.GPU(duration=60)
|
| 32 |
def run_inference(message, history):
|
| 33 |
-
print(message)
|
| 34 |
-
print(history)
|
| 35 |
-
|
| 36 |
## may work
|
| 37 |
messages = []
|
| 38 |
images = []
|
|
|
|
| 30 |
|
| 31 |
@spaces.GPU(duration=60)
|
| 32 |
def run_inference(message, history):
|
|
|
|
|
|
|
|
|
|
| 33 |
## may work
|
| 34 |
messages = []
|
| 35 |
images = []
|