Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,5 @@ app = gr.Interface(
|
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
20 |
-
app.launch(share=True
|
|
|
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
20 |
+
app.launch(share=True,
|
21 |
+
css="assets/style.css") #Share=True gera um link que pode ser compartilhado
|