Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,7 @@ def process_input(user_input):
|
|
| 106 |
return result_text, None
|
| 107 |
|
| 108 |
|
|
|
|
| 109 |
interface = gr.Interface(
|
| 110 |
fn=process_input,
|
| 111 |
inputs="text",
|
|
@@ -118,6 +119,7 @@ interface = gr.Interface(
|
|
| 118 |
)
|
| 119 |
|
| 120 |
|
|
|
|
| 121 |
if __name__ == "__main__":
|
| 122 |
interface.launch()
|
| 123 |
|
|
|
|
| 106 |
return result_text, None
|
| 107 |
|
| 108 |
|
| 109 |
+
|
| 110 |
interface = gr.Interface(
|
| 111 |
fn=process_input,
|
| 112 |
inputs="text",
|
|
|
|
| 119 |
)
|
| 120 |
|
| 121 |
|
| 122 |
+
|
| 123 |
if __name__ == "__main__":
|
| 124 |
interface.launch()
|
| 125 |
|