acecalisto3 commited on
Commit
8b6f6da
·
verified ·
1 Parent(s): f3ebc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -337,4 +337,8 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
337
  additional_inputs=additional_inputs,
338
  )
339
 
340
- demo.queue().launch(debug=True)
 
 
 
 
 
337
  additional_inputs=additional_inputs,
338
  )
339
 
340
+ from gradio import Blocks
341
+
342
+ app = gr.Blocks(analytics_enabled=False, title="Test")
343
+
344
+ app.launch(share=True,)