app.py
CHANGED
|
@@ -28,7 +28,7 @@ def greet(input):
|
|
| 28 |
"""
|
| 29 |
response = get_completion(prompt)
|
| 30 |
|
| 31 |
-
return "
|
| 32 |
|
| 33 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 34 |
#iface.launch()
|
|
|
|
| 28 |
"""
|
| 29 |
response = get_completion(prompt)
|
| 30 |
|
| 31 |
+
return "Hello " + response + "!!"
|
| 32 |
|
| 33 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 34 |
#iface.launch()
|