Spaces:
Sleeping
Sleeping
Commit
·
5f26eb1
1
Parent(s):
423ae28
Update: font styling
Browse files
app.py
CHANGED
@@ -46,7 +46,8 @@ def process_image(sample_choice, uploaded_image, yolo_versions=["yolov5"]):
|
|
46 |
result_images.append((Image.fromarray(image), f"{yolo_version} not yet implemented."))
|
47 |
return result_images
|
48 |
|
49 |
-
|
|
|
50 |
# # Update CSS to make text light grey
|
51 |
# gr.HTML("""
|
52 |
# <style>
|
|
|
46 |
result_images.append((Image.fromarray(image), f"{yolo_version} not yet implemented."))
|
47 |
return result_images
|
48 |
|
49 |
+
with gr.Blocks() as interface:
|
50 |
+
pass
|
51 |
# # Update CSS to make text light grey
|
52 |
# gr.HTML("""
|
53 |
# <style>
|