Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def text_gen(url, prompt):
|
|
19 |
|
20 |
demo = gr.Interface(
|
21 |
fn=text_gen,
|
22 |
-
inputs=[url_input
|
23 |
outputs=["text"])
|
24 |
|
25 |
demo.launch(share=True)
|
|
|
19 |
|
20 |
demo = gr.Interface(
|
21 |
fn=text_gen,
|
22 |
+
inputs=[url_input],
|
23 |
outputs=["text"])
|
24 |
|
25 |
demo.launch(share=True)
|