abdullahalioo commited on
Commit
4a2408f
·
verified ·
1 Parent(s): 7e666a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,5 +17,4 @@ app = gr.Interface(
17
  )
18
 
19
  if __name__ == "__main__":
20
- app.launch(share=True,
21
- css="style.css") #Share=True gera um link que pode ser compartilhado
 
17
  )
18
 
19
  if __name__ == "__main__":
20
+ app.launch(share=True) #Share=True gera um link que pode ser compartilhado