EstebanDC commited on
Commit
a046b7f
·
verified ·
1 Parent(s): 06af730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -61,7 +61,7 @@ article = """
61
 
62
  #my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
63
 
64
- my_theme = gr.Theme.from_hub("derekzen/stardust")
65
 
66
 
67
  app = gr.Interface(
@@ -76,9 +76,10 @@ app = gr.Interface(
76
  outputs=[gr.Text(label="Compression index")],
77
  title=title,
78
  description=description,
79
- article = article,
 
80
 
81
- theme=my_theme
82
  )
83
 
84
  app.launch()
 
61
 
62
  #my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
63
 
64
+ #my_theme = gr.Theme.from_hub("derekzen/stardust")
65
 
66
 
67
  app = gr.Interface(
 
76
  outputs=[gr.Text(label="Compression index")],
77
  title=title,
78
  description=description,
79
+ article = article
80
+ #,
81
 
82
+ # theme=my_theme
83
  )
84
 
85
  app.launch()