Nikita commited on
Commit
6a22c5c
·
1 Parent(s): 9568aba

check if file starts with unknown lib

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import time # Import time to make logs more distinct
 
3
 
4
  def greet(name):
5
  """
 
1
  import gradio as gr
2
  import time # Import time to make logs more distinct
3
+ import groq
4
 
5
  def greet(name):
6
  """