mertol1 commited on
Commit
adaa93a
1 Parent(s): 7da2d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,7 +12,6 @@ iface = gr.Interface(
12
  "text",
13
  "image",
14
  title="AI Resim Oluşturucu",
15
- description="Metin girin ve AI'nın bir resim oluşturmasını izleyin!",
16
- )
17
 
18
  iface.launch(share=True)
 
12
  "text",
13
  "image",
14
  title="AI Resim Oluşturucu",
15
+ description="Metin girin ve AI'nın bir resim oluşturmasını izleyin!")
 
16
 
17
  iface.launch(share=True)