adi-123 commited on
Commit
424c4c2
1 Parent(s): 1254333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import streamlit as st
3
  import requests
4
  from transformers import pipeline
5
  from typing import Dict
 
6
 
7
  # Image-to-text
8
  def img2txt(url: str) -> str:
 
3
  import requests
4
  from transformers import pipeline
5
  from typing import Dict
6
+ from together import Together
7
 
8
  # Image-to-text
9
  def img2txt(url: str) -> str: