Spaces:
Paused
Paused
Commit
·
53eb3d4
1
Parent(s):
054690b
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,4 +34,4 @@ BY: Mohammed Alakhras ☑️
|
|
| 34 |
</h1>
|
| 35 |
'''
|
| 36 |
#gr.ChatInterface(chat, title='Mohammed Alakhras AI Chat Bot 💬', description=description).launch()
|
| 37 |
-
gr.Interface(fn=chat, inputs="text",outputs="text", title='Mohammed Alakhras AI Chat Bot 💬', description=description).launch(
|
|
|
|
| 34 |
</h1>
|
| 35 |
'''
|
| 36 |
#gr.ChatInterface(chat, title='Mohammed Alakhras AI Chat Bot 💬', description=description).launch()
|
| 37 |
+
gr.Interface(fn=chat, inputs="text",outputs="text", title='Mohammed Alakhras AI Chat Bot 💬', description=description).launch()
|