xhxhkxh commited on
Commit
07272f1
1 Parent(s): 7f5e008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def gen(text):
5
  return pipeline(text).images[0]
6
 
7
  gr.Interface(fn=gen,inputs='text'
8
- outputs='image'
9
  )
 
5
  return pipeline(text).images[0]
6
 
7
  gr.Interface(fn=gen,inputs='text'
8
+ ,outputs='image'
9
  )