Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
# app.py
|
2 |
|
3 |
import gradio as gr
|
4 |
-
from together import Together
|
|
|
|
|
5 |
import os
|
6 |
import base64
|
7 |
from PIL import Image
|
|
|
1 |
# app.py
|
2 |
|
3 |
import gradio as gr
|
4 |
+
#from together import Together
|
5 |
+
import together
|
6 |
+
|
7 |
import os
|
8 |
import base64
|
9 |
from PIL import Image
|