Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ greet("World")
|
|
22 |
|
23 |
import gradio
|
24 |
|
25 |
-
gradio.Interface(greet, "text", "text").launch(
|
26 |
|
27 |
"""That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos."""
|
|
|
22 |
|
23 |
import gradio
|
24 |
|
25 |
+
gradio.Interface(greet, "text", "text").launch()
|
26 |
|
27 |
"""That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos."""
|