magcheong commited on
Commit
564fd44
1 Parent(s): d43350b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -94,7 +94,6 @@ 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 = ["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
  title = title,
98
  description = description,
99
  css=css_code,