Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,7 @@ def greet(name):
|
|
| 6 |
demo = gr.Interface(
|
| 7 |
fn=greet,
|
| 8 |
inputs="text",
|
| 9 |
-
outputs="text"
|
| 10 |
-
title="Hugging Face API 테스트"
|
| 11 |
)
|
| 12 |
|
| 13 |
demo.launch()
|
|
|
|
| 6 |
demo = gr.Interface(
|
| 7 |
fn=greet,
|
| 8 |
inputs="text",
|
| 9 |
+
outputs="text"
|
|
|
|
| 10 |
)
|
| 11 |
|
| 12 |
demo.launch()
|