Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ with gr.Blocks() as demo:
|
|
| 12 |
gr.Textbox()
|
| 13 |
gr.Textbox()
|
| 14 |
gr.Chatbot()
|
| 15 |
-
gr.Fileexplorer()
|
| 16 |
|
| 17 |
if __name__ == "__main__":
|
| 18 |
demo.launch()
|
|
|
|
| 12 |
gr.Textbox()
|
| 13 |
gr.Textbox()
|
| 14 |
gr.Chatbot()
|
|
|
|
| 15 |
|
| 16 |
if __name__ == "__main__":
|
| 17 |
demo.launch()
|