Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# Run the script and open the link in the browser.
|
2 |
|
3 |
-
import gradio as gr
|
4 |
import os
|
|
|
|
|
5 |
import torch
|
6 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
7 |
|
|
|
1 |
# Run the script and open the link in the browser.
|
2 |
|
|
|
3 |
import os
|
4 |
+
import gradio as gr
|
5 |
+
import streamlit as st
|
6 |
import torch
|
7 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
8 |
|