stmnk commited on
Commit
71d7c4f
·
1 Parent(s): 162d58f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -68,9 +68,9 @@ iface = gr.Interface(
68
  article=article_string,
69
  theme='grass',
70
  examples=[[tree_code,50,200,2,70,10,80],[insert_code,100,250,3,90,20,90],[display_code,150,300,5,100,100,95]],
71
- verbose=True,
72
- # show_tips=True
73
  )
74
 
75
- iface.launch(share=True) # "share" not allowed in hf spaces? (!?!?)
76
- # iface.launch()
 
68
  article=article_string,
69
  theme='grass',
70
  examples=[[tree_code,50,200,2,70,10,80],[insert_code,100,250,3,90,20,90],[display_code,150,300,5,100,100,95]],
71
+ # verbose=True,
72
+ show_tips=True
73
  )
74
 
75
+ # iface.launch(share=True) # "share" not allowed in hf spaces? (!?!?)
76
+ iface.launch()