Nekomi2 commited on
Commit
44d2c31
1 Parent(s): c2b53d2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -20,8 +20,6 @@ greet("World")
20
 
21
  """Now we'll wrap this function with a Gradio interface."""
22
 
23
- !pip install -q gradio
24
-
25
  import gradio
26
 
27
  gradio.Interface(greet, "text", "text").launch(share=True)
 
20
 
21
  """Now we'll wrap this function with a Gradio interface."""
22
 
 
 
23
  import gradio
24
 
25
  gradio.Interface(greet, "text", "text").launch(share=True)