not-lain commited on
Commit
0eed66d
·
verified ·
1 Parent(s): 2b0c0a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(search,
25
  [gr.Textbox(label="most probable label")],
26
  examples=[["حصان, كلب, قطة", "cat.png"]],
27
  theme="ocean",
28
- title"AraClip",
29
  )
30
 
31
  demo.launch(debug=True)
 
25
  [gr.Textbox(label="most probable label")],
26
  examples=[["حصان, كلب, قطة", "cat.png"]],
27
  theme="ocean",
28
+ title="AraClip"
29
  )
30
 
31
  demo.launch(debug=True)