magcheong commited on
Commit
d43350b
1 Parent(s): 28e1963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ css_code = ".gradio-container {background: rgb(250, 250, 210)}"
94
  # css_code='body{background-size: 25% 25%; background-repeat: no-repeat; background-image:url("https://static.vecteezy.com/system/resources/previews/022/787/250/original/illustration-of-french-fries-transparent-background-generative-ai-png.png");}'
95
 
96
  gr.Interface(fn=predict,
97
- examples = [image: url("https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Ft5pnwvn5itg31.jpg")],
98
  title = title,
99
  description = description,
100
  css=css_code,
 
94
  # css_code='body{background-size: 25% 25%; background-repeat: no-repeat; background-image:url("https://static.vecteezy.com/system/resources/previews/022/787/250/original/illustration-of-french-fries-transparent-background-generative-ai-png.png");}'
95
 
96
  gr.Interface(fn=predict,
97
+ examples = ["https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Ft5pnwvn5itg31.jpg"],
98
  title = title,
99
  description = description,
100
  css=css_code,