Spaces:
Runtime error
Runtime error
Commit
·
0afa3b2
1
Parent(s):
f48f3d8
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, TFAutoModelForQuestionAnswering
|
2 |
import gradio as gr
|
3 |
import torch
|
4 |
-
import tensorflow as tf
|
5 |
|
6 |
|
7 |
title = "🤖AI ChatBot"
|
|
|
1 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, TFAutoModelForQuestionAnswering
|
2 |
import gradio as gr
|
3 |
import torch
|
|
|
4 |
|
5 |
|
6 |
title = "🤖AI ChatBot"
|