vitorbborges commited on
Commit
e14d889
1 Parent(s): f18c30f

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ opo_n = random.randrange(len(opo))
10
  with gr.Blocks() as demo:
11
  nota = gr.Slider(1,5, label = opo.loc[opo_n])
12
 
13
- demo.queue().launch()
 
10
  with gr.Blocks() as demo:
11
  nota = gr.Slider(1,5, label = opo.loc[opo_n])
12
 
13
+ demo.launch()