pane2k commited on
Commit
f0c41bc
·
verified ·
1 Parent(s): beb38ea

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradioa.py +1 -0
gradioa.py CHANGED
@@ -4,6 +4,7 @@ import asyncio
4
  import Main
5
  import os
6
  os.system('playwright install')
 
7
 
8
  def greet(name, intensity):
9
  return "Hello, " + name + "!" * int(intensity)
 
4
  import Main
5
  import os
6
  os.system('playwright install')
7
+ os.system('sudo playwright install-deps')
8
 
9
  def greet(name, intensity):
10
  return "Hello, " + name + "!" * int(intensity)