Spaces:
Sleeping
Sleeping
app.py
CHANGED
|
@@ -46,5 +46,5 @@ def greet(input):
|
|
| 46 |
return extract_json(gen_text)
|
| 47 |
#return json.dumps(response)
|
| 48 |
|
| 49 |
-
iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Prompt", lines=3)], outputs="
|
| 50 |
iface.launch()
|
|
|
|
| 46 |
return extract_json(gen_text)
|
| 47 |
#return json.dumps(response)
|
| 48 |
|
| 49 |
+
iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Prompt", lines=3)], outputs="text")
|
| 50 |
iface.launch()
|