fede97 commited on
Commit
f633902
·
verified ·
1 Parent(s): 28a1c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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