removed share
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ demo = gr.Interface(
|
|
9 |
inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
10 |
outputs="text",
|
11 |
)
|
12 |
-
demo.launch(
|
|
|
9 |
inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
10 |
outputs="text",
|
11 |
)
|
12 |
+
demo.launch()
|