Spaces:
Build error
Build error
Commit
·
36e9299
1
Parent(s):
8dd9bc7
small change
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ demo = gr.Interface(
|
|
31 |
inputs=[gr.Textbox(label="Last Name"), gr.Textbox(lines=2, label="A bunch of words about your product.")],
|
32 |
outputs=["text"],
|
33 |
)
|
34 |
-
|
35 |
demo.launch()
|
|
|
31 |
inputs=[gr.Textbox(label="Last Name"), gr.Textbox(lines=2, label="A bunch of words about your product.")],
|
32 |
outputs=["text"],
|
33 |
)
|
34 |
+
|
35 |
demo.launch()
|