Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as app:
|
|
102 |
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
-
inp = gr.Textbox(label="URL",lines=1)
|
106 |
btn= gr.Button()
|
107 |
|
108 |
with gr.Column():
|
|
|
102 |
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
+
inp = gr.Textbox(label="URL (must be Public)",lines=1)
|
106 |
btn= gr.Button()
|
107 |
|
108 |
with gr.Column():
|