remove dead code
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
from image import *
|
2 |
from language import *
|
3 |
import streamlit as st
|
4 |
-
|
5 |
-
import os
|
6 |
|
7 |
# url = "https://i.imgur.com/qs0CxjE_d.webp?maxwidth=760&fidelity=grand"
|
8 |
# text = "What is the two color's car ?"
|
|
|
1 |
from image import *
|
2 |
from language import *
|
3 |
import streamlit as st
|
4 |
+
|
|
|
5 |
|
6 |
# url = "https://i.imgur.com/qs0CxjE_d.webp?maxwidth=760&fidelity=grand"
|
7 |
# text = "What is the two color's car ?"
|