Duc Haba commited on
Commit
a557fdc
1 Parent(s): 111f502

add import gradio

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2249,6 +2249,8 @@ foxy.print_info_self()
2249
  # prompt: find a 8 length hash number for a string
2250
 
2251
  import hashlib
 
 
2252
 
2253
  def generate_hash(text, max_length=8):
2254
  """Generates an x-length hash for a given string."""
 
2249
  # prompt: find a 8 length hash number for a string
2250
 
2251
  import hashlib
2252
+ import fastai
2253
+ import gradio
2254
 
2255
  def generate_hash(text, max_length=8):
2256
  """Generates an x-length hash for a given string."""