Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,3 @@ demo = gr.ChatInterface(
|
|
98 |
if __name__ == "__main__":
|
99 |
print("Launching the ChatGPT-Llama...")
|
100 |
demo.launch()
|
101 |
-
```
|
102 |
-
|
103 |
-
Now, the chatbot should respond correctly to the user's input.
|
|
|
98 |
if __name__ == "__main__":
|
99 |
print("Launching the ChatGPT-Llama...")
|
100 |
demo.launch()
|
|
|
|
|
|