Update app.py
Browse files
app.py
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
import gradio
|
| 2 |
-
with gradio.Blocks() as d: gradio.HTML('Providing popular models for use with HuggingFace for free.'); d.launch()
|
|
|
|
| 1 |
+
import gradio; with gradio.Blocks() as d: gradio.HTML('Providing popular models for use with HuggingFace for free.'); d.launch()
|
|
|