Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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)
|