Spaces:
Runtime error
Runtime error
testmail-gmail
commited on
Commit
•
14ff274
1
Parent(s):
b4d13b0
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ Footer = (
|
|
194 |
|
195 |
examples1=[["Image1.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image2.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image3.jpeg", "Yolo_v7_Custom_trained_By_Owais",],["Image4.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image5.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image6.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["horses.jpeg", "yolov7"],["horses.jpeg", "yolov7-e6"]]
|
196 |
|
197 |
-
Top_Title="<center>Intelligent Image to Text - IIT </center
|
198 |
|
199 |
css = ".output-image, .input-image, .image-preview {height: 300px !important}"
|
200 |
gr.Interface(detect_Custom,gr.Image(type="pil"),[gr.Image(type="pil"),output],css=css,title=Top_Title,examples=examples1,description=Custom_description,article=Footer,cache_examples=False).launch()
|
|
|
194 |
|
195 |
examples1=[["Image1.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image2.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image3.jpeg", "Yolo_v7_Custom_trained_By_Owais",],["Image4.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image5.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["Image6.jpeg", "Yolo_v7_Custom_trained_By_Owais"],["horses.jpeg", "yolov7"],["horses.jpeg", "yolov7-e6"]]
|
196 |
|
197 |
+
Top_Title="<center>Intelligent Image to Text - IIT </center>"
|
198 |
|
199 |
css = ".output-image, .input-image, .image-preview {height: 300px !important}"
|
200 |
gr.Interface(detect_Custom,gr.Image(type="pil"),[gr.Image(type="pil"),output],css=css,title=Top_Title,examples=examples1,description=Custom_description,article=Footer,cache_examples=False).launch()
|