xhxhkxh commited on
Commit
3f314bd
1 Parent(s): 94f29ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def gen(text):
6
 
7
  gr.Interface(fn=gen,inputs='text'
8
  ,outputs='image'
9
- )
 
6
 
7
  gr.Interface(fn=gen,inputs='text'
8
  ,outputs='image'
9
+ ).launch()