Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ def chat(input):
|
|
10 |
print(response.text)
|
11 |
return response.text
|
12 |
iface = gr.Interface(fn=chat, inputs="text", outputs="text")
|
13 |
-
iface.launch(server_name="0.0.0.0"
|
|
|
10 |
print(response.text)
|
11 |
return response.text
|
12 |
iface = gr.Interface(fn=chat, inputs="text", outputs="text")
|
13 |
+
iface.launch(server_name="0.0.0.0")
|