Web3Daily commited on
Commit
3c0eb01
1 Parent(s): c7a7f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ demo = gr.Interface(
25
  title=""
26
  )
27
 
28
- demo.launch()
29
 
 
25
  title=""
26
  )
27
 
28
+ demo.launch(inline=True)
29