Spaces:
Sleeping
Sleeping
Amitontheweb
commited on
Commit
•
55356d5
1
Parent(s):
963d5e6
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def title_gen(keywords):
|
|
50 |
|
51 |
|
52 |
|
53 |
-
iface = gr.Interface(fn=
|
54 |
inputs=[gr.Textbox(label="Paste 2 or more keywords searated by a comma.", lines=1), "checkbox", gr.Slider(0.1, 2, 0.8)],
|
55 |
outputs=[gr.HTML(label="Titles:")],
|
56 |
title="AI Keywords to Title Generator",
|
|
|
50 |
|
51 |
|
52 |
|
53 |
+
iface = gr.Interface(fn=title_gen,
|
54 |
inputs=[gr.Textbox(label="Paste 2 or more keywords searated by a comma.", lines=1), "checkbox", gr.Slider(0.1, 2, 0.8)],
|
55 |
outputs=[gr.HTML(label="Titles:")],
|
56 |
title="AI Keywords to Title Generator",
|