Spaces:
Sleeping
Sleeping
ASG Models
commited on
Commit
•
a4b3ad4
1
Parent(s):
96e9b23
Update app.py
Browse files
app.py
CHANGED
@@ -83,5 +83,5 @@ def dash(text):
|
|
83 |
textai=get_answer_ai(text)
|
84 |
return textai
|
85 |
|
86 |
-
demo = gr.Interface(fn=
|
87 |
demo.launch()
|
|
|
83 |
textai=get_answer_ai(text)
|
84 |
return textai
|
85 |
|
86 |
+
demo = gr.Interface(fn=dash, inputs="text", outputs="text")
|
87 |
demo.launch()
|