Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,7 @@ demo = gr.TabbedInterface(
|
|
| 50 |
tab_names=["Captioning Anglais", "Captioning Français"],
|
| 51 |
theme='JohnSmith9982/small_and_pretty',
|
| 52 |
examples = ["concimageProfile.jpg","images.webp","cat.jpg"]
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
demo.launch()
|
|
|
|
| 50 |
tab_names=["Captioning Anglais", "Captioning Français"],
|
| 51 |
theme='JohnSmith9982/small_and_pretty',
|
| 52 |
examples = ["concimageProfile.jpg","images.webp","cat.jpg"]
|
| 53 |
+
)
|
| 54 |
|
| 55 |
|
| 56 |
demo.launch()
|