gouravgujariya
commited on
Commit
•
c5ab67f
1
Parent(s):
bcf143e
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,13 @@ interface_video = gr.Interface(
|
|
98 |
cache_examples=False,
|
99 |
)
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
gr.TabbedInterface(
|
102 |
[interface_image, interface_video],
|
103 |
tab_names=['Image inference', 'Video inference']
|
|
|
98 |
cache_examples=False,
|
99 |
)
|
100 |
|
101 |
+
MORE = """ ## TRY Other Models
|
102 |
+
![imagea](image_path 'image/i5.png')
|
103 |
+
### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
|
104 |
+
"""
|
105 |
+
|
106 |
+
gr.Markdown(MORE)
|
107 |
+
|
108 |
gr.TabbedInterface(
|
109 |
[interface_image, interface_video],
|
110 |
tab_names=['Image inference', 'Video inference']
|