Iralion commited on
Commit
8bebd53
·
verified ·
1 Parent(s): 2549814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()