Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,6 @@ with block:
|
|
67 |
#block.launch()
|
68 |
|
69 |
#demo = gr.Interface(css="footer {visibility: hidden}", examples='https://www.youtube.com/watch?v=bnvgcQB01mQ')
|
70 |
-
demo = gr.Interface(css="foot {visibility: hidden}",
|
71 |
|
72 |
demo.launch()
|
|
|
67 |
#block.launch()
|
68 |
|
69 |
#demo = gr.Interface(css="footer {visibility: hidden}", examples='https://www.youtube.com/watch?v=bnvgcQB01mQ')
|
70 |
+
demo = gr.Interface(css="foot {visibility: hidden}", fn=inference, inputs=[link], outputs=[text])
|
71 |
|
72 |
demo.launch()
|